Interface UpdateThemeData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateThemeData.Builder,,- UpdateThemeData> - SdkBuilder<UpdateThemeData.Builder,,- UpdateThemeData> - SdkPojo
- Enclosing class:
- UpdateThemeData
- 
Method SummaryModifier and TypeMethodDescriptionThe unique ID of the theme to update.The name of the theme to update.overrides(Collection<ThemeValues> overrides) Describes the properties that can be overriden to customize the theme.overrides(Consumer<ThemeValues.Builder>... overrides) Describes the properties that can be overriden to customize the theme.overrides(ThemeValues... overrides) Describes the properties that can be overriden to customize the theme.values(Collection<ThemeValues> values) A list of key-value pairs that define the theme's properties.values(Consumer<ThemeValues.Builder>... values) A list of key-value pairs that define the theme's properties.values(ThemeValues... values) A list of key-value pairs that define the theme's properties.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe unique ID of the theme to update. - Parameters:
- id- The unique ID of the theme to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the theme to update. - Parameters:
- name- The name of the theme to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesA list of key-value pairs that define the theme's properties. - Parameters:
- values- A list of key-value pairs that define the theme's properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesA list of key-value pairs that define the theme's properties. - Parameters:
- values- A list of key-value pairs that define the theme's properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesA list of key-value pairs that define the theme's properties. This is a convenience method that creates an instance of theThemeValues.Builderavoiding the need to create one manually viaThemeValues.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<ThemeValues>).- Parameters:
- values- a consumer that will call methods on- ThemeValues.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overridesDescribes the properties that can be overriden to customize the theme. - Parameters:
- overrides- Describes the properties that can be overriden to customize the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overridesDescribes the properties that can be overriden to customize the theme. - Parameters:
- overrides- Describes the properties that can be overriden to customize the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overridesDescribes the properties that can be overriden to customize the theme. This is a convenience method that creates an instance of theThemeValues.Builderavoiding the need to create one manually viaThemeValues.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverrides(List<ThemeValues>).- Parameters:
- overrides- a consumer that will call methods on- ThemeValues.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-