Interface CreateThemeData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CreateThemeData.Builder,,- CreateThemeData> - SdkBuilder<CreateThemeData.Builder,,- CreateThemeData> - SdkPojo
- Enclosing class:
- CreateThemeData
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the theme.overrides(Collection<ThemeValues> overrides) Describes the properties that can be overriden to customize an instance of the theme.overrides(Consumer<ThemeValues.Builder>... overrides) Describes the properties that can be overriden to customize an instance of the theme.overrides(ThemeValues... overrides) Describes the properties that can be overriden to customize an instance of the theme.One or more key-value pairs to use when tagging the theme data.values(Collection<ThemeValues> values) A list of key-value pairs that defines the properties of the theme.values(Consumer<ThemeValues.Builder>... values) A list of key-value pairs that defines the properties of the theme.values(ThemeValues... values) A list of key-value pairs that defines the properties of the theme.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- 
nameThe name of the theme. - Parameters:
- name- The name of the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesA list of key-value pairs that defines the properties of the theme. - Parameters:
- values- A list of key-value pairs that defines the properties of the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesA list of key-value pairs that defines the properties of the theme. - Parameters:
- values- A list of key-value pairs that defines the properties of the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valuesA list of key-value pairs that defines the properties of 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 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 an instance of the theme. - Parameters:
- overrides- Describes the properties that can be overriden to customize an instance of 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 an instance of the theme. - Parameters:
- overrides- Describes the properties that can be overriden to customize an instance of 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 an instance of 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:
 
- 
tagsOne or more key-value pairs to use when tagging the theme data. - Parameters:
- tags- One or more key-value pairs to use when tagging the theme data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-