Interface AssetBundleExportJobThemeOverrideProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobThemeOverrideProperties.Builder,AssetBundleExportJobThemeOverrideProperties>,SdkBuilder<AssetBundleExportJobThemeOverrideProperties.Builder,AssetBundleExportJobThemeOverrideProperties>,SdkPojo
- Enclosing class:
- AssetBundleExportJobThemeOverrideProperties
@Mutable @NotThreadSafe public static interface AssetBundleExportJobThemeOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobThemeOverrideProperties.Builder,AssetBundleExportJobThemeOverrideProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobThemeOverrideProperties.Builderarn(String arn)The ARN of the specificThemeresource whose override properties are configured in this structure.AssetBundleExportJobThemeOverrideProperties.Builderproperties(Collection<AssetBundleExportJobThemePropertyToOverride> properties)A list ofThemeresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobThemeOverrideProperties.Builderproperties(AssetBundleExportJobThemePropertyToOverride... properties)A list ofThemeresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobThemeOverrideProperties.BuilderpropertiesWithStrings(String... properties)A list ofThemeresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobThemeOverrideProperties.BuilderpropertiesWithStrings(Collection<String> properties)A list ofThemeresource 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
AssetBundleExportJobThemeOverrideProperties.Builder arn(String arn)
The ARN of the specific
Themeresource whose override properties are configured in this structure.- Parameters:
arn- The ARN of the specificThemeresource whose override properties are configured in this structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobThemeOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of
Themeresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofThemeresource 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
AssetBundleExportJobThemeOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of
Themeresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofThemeresource 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
AssetBundleExportJobThemeOverrideProperties.Builder properties(Collection<AssetBundleExportJobThemePropertyToOverride> properties)
A list of
Themeresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofThemeresource 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
AssetBundleExportJobThemeOverrideProperties.Builder properties(AssetBundleExportJobThemePropertyToOverride... properties)
A list of
Themeresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofThemeresource 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.
-
-