Interface UpdateThemeResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateThemeResponse.Builder,,- UpdateThemeResponse> - SdkBuilder<UpdateThemeResponse.Builder,,- UpdateThemeResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateThemeResponse
@Mutable
@NotThreadSafe
public static interface UpdateThemeResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemeResponse.Builder,UpdateThemeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault UpdateThemeResponse.Builderentity(Consumer<Theme.Builder> entity) Describes the configuration of the updated theme.Describes the configuration of the updated theme.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
entityDescribes 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.
 
- 
entityDescribes 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 on- Theme.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-