Interface AssetBundleImportJobThemeOverrideParameters.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AssetBundleImportJobThemeOverrideParameters.Builder,,AssetBundleImportJobThemeOverrideParameters> SdkBuilder<AssetBundleImportJobThemeOverrideParameters.Builder,,AssetBundleImportJobThemeOverrideParameters> SdkPojo
- Enclosing class:
 AssetBundleImportJobThemeOverrideParameters
public static interface AssetBundleImportJobThemeOverrideParameters.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobThemeOverrideParameters.Builder,AssetBundleImportJobThemeOverrideParameters> 
- 
Method Summary
Modifier and TypeMethodDescriptionA new name for the theme.The ID of the theme to apply overrides to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
themeId
The ID of the theme to apply overrides to.
- Parameters:
 themeId- The ID of the theme to apply overrides to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
A new name for the theme.
- Parameters:
 name- A new name for the theme.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -