Interface UpdateThemeData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateThemeData.Builder,
,UpdateThemeData> SdkBuilder<UpdateThemeData.Builder,
,UpdateThemeData> SdkPojo
- Enclosing class:
UpdateThemeData
-
Method Summary
Modifier 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.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 Details
-
id
The 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.
-
name
The 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.
-
values
A 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.
-
values
A 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.
-
values
A list of key-value pairs that define the theme's properties.
This is a convenience method that creates an instance of theThemeValues.Builder
avoiding the need to create one manually viaThemeValues.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalues(List<ThemeValues>)
.- Parameters:
values
- a consumer that will call methods onThemeValues.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrides
Describes 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.
-
overrides
Describes 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.
-
overrides
Describes the properties that can be overriden to customize the theme.
This is a convenience method that creates an instance of theThemeValues.Builder
avoiding the need to create one manually viaThemeValues.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooverrides(List<ThemeValues>)
.- Parameters:
overrides
- a consumer that will call methods onThemeValues.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-