Interface GetThemeResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetThemeResponse.Builder,,- GetThemeResponse> - SdkBuilder<GetThemeResponse.Builder,,- GetThemeResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetThemeResponse
@Mutable
@NotThreadSafe
public static interface GetThemeResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetThemeResponse.Builder,GetThemeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetThemeResponse.Buildertheme(Consumer<Theme.Builder> theme) Represents the configuration settings for the theme.Represents the configuration settings for the 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- 
themeRepresents the configuration settings for the theme. - Parameters:
- theme- Represents the configuration settings for the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
themeRepresents the configuration settings for the 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 totheme(Theme).- Parameters:
- theme- 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:
 
 
-