Interface UpdateThemeResponse.Builder
-
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateThemeResponse.Builder,UpdateThemeResponse>,SdkBuilder<UpdateThemeResponse.Builder,UpdateThemeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateThemeResponse
public static interface UpdateThemeResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemeResponse.Builder,UpdateThemeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateThemeResponse.Builderentity(Consumer<Theme.Builder> entity)Describes the configuration of the updated theme.UpdateThemeResponse.Builderentity(Theme entity)Describes the configuration of the updated theme.-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entity
UpdateThemeResponse.Builder entity(Theme entity)
Describes the configuration of the updated theme.
- Parameters:
entity- Describes the configuration of the updated theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entity
default UpdateThemeResponse.Builder entity(Consumer<Theme.Builder> entity)
Describes the configuration of the updated theme.
This is a convenience method that creates an instance of theTheme.Builderavoiding the need to create one manually viaTheme.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentity(Theme).- Parameters:
entity- a consumer that will call methods onTheme.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
entity(Theme)
-
-