Interface CreateThemeResponse.Builder
-
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateThemeResponse.Builder,CreateThemeResponse>,SdkBuilder<CreateThemeResponse.Builder,CreateThemeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateThemeResponse
public static interface CreateThemeResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateThemeResponse.Builder,CreateThemeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateThemeResponse.Builderentity(Consumer<Theme.Builder> entity)Describes the configuration of the new theme.CreateThemeResponse.Builderentity(Theme entity)Describes the configuration of the new 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entity
CreateThemeResponse.Builder entity(Theme entity)
Describes the configuration of the new theme.
- Parameters:
entity- Describes the configuration of the new theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entity
default CreateThemeResponse.Builder entity(Consumer<Theme.Builder> entity)
Describes the configuration of the new 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)
-
-