Interface GetThemeResponse.Builder
-
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetThemeResponse.Builder,GetThemeResponse>,SdkBuilder<GetThemeResponse.Builder,GetThemeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetThemeResponse
public static interface GetThemeResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<GetThemeResponse.Builder,GetThemeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetThemeResponse.Buildertheme(Consumer<Theme.Builder> theme)Represents the configuration settings for the theme.GetThemeResponse.Buildertheme(Theme theme)Represents the configuration settings for the 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
-
theme
GetThemeResponse.Builder theme(Theme theme)
Represents 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.
-
theme
default GetThemeResponse.Builder theme(Consumer<Theme.Builder> theme)
Represents 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 onTheme.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
theme(Theme)
-
-