Interface AssetBundleExportJobAnalysisOverrideProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobAnalysisOverrideProperties.Builder,AssetBundleExportJobAnalysisOverrideProperties>,SdkBuilder<AssetBundleExportJobAnalysisOverrideProperties.Builder,AssetBundleExportJobAnalysisOverrideProperties>,SdkPojo
- Enclosing class:
- AssetBundleExportJobAnalysisOverrideProperties
@Mutable @NotThreadSafe public static interface AssetBundleExportJobAnalysisOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobAnalysisOverrideProperties.Builder,AssetBundleExportJobAnalysisOverrideProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobAnalysisOverrideProperties.Builderarn(String arn)The ARN of the specificAnalysisresource whose override properties are configured in this structure.AssetBundleExportJobAnalysisOverrideProperties.Builderproperties(Collection<AssetBundleExportJobAnalysisPropertyToOverride> properties)A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobAnalysisOverrideProperties.Builderproperties(AssetBundleExportJobAnalysisPropertyToOverride... properties)A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobAnalysisOverrideProperties.BuilderpropertiesWithStrings(String... properties)A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobAnalysisOverrideProperties.BuilderpropertiesWithStrings(Collection<String> properties)A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
AssetBundleExportJobAnalysisOverrideProperties.Builder arn(String arn)
The ARN of the specific
Analysisresource whose override properties are configured in this structure.- Parameters:
arn- The ARN of the specificAnalysisresource whose override properties are configured in this structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobAnalysisOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of
Analysisresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobAnalysisOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of
Analysisresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
AssetBundleExportJobAnalysisOverrideProperties.Builder properties(Collection<AssetBundleExportJobAnalysisPropertyToOverride> properties)
A list of
Analysisresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
AssetBundleExportJobAnalysisOverrideProperties.Builder properties(AssetBundleExportJobAnalysisPropertyToOverride... properties)
A list of
Analysisresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofAnalysisresource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-