Interface UpdateThemeRequest.Builder
-
- All Superinterfaces:
AmplifyUiBuilderRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateThemeRequest.Builder,UpdateThemeRequest>,SdkBuilder<UpdateThemeRequest.Builder,UpdateThemeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateThemeRequest
public static interface UpdateThemeRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemeRequest.Builder,UpdateThemeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateThemeRequest.BuilderappId(String appId)The unique ID for the Amplify app.UpdateThemeRequest.BuilderclientToken(String clientToken)The unique client token.UpdateThemeRequest.BuilderenvironmentName(String environmentName)The name of the backend environment that is part of the Amplify app.UpdateThemeRequest.Builderid(String id)The unique ID for the theme.UpdateThemeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThemeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateThemeRequest.BuilderupdatedTheme(Consumer<UpdateThemeData.Builder> updatedTheme)The configuration of the updated theme.UpdateThemeRequest.BuilderupdatedTheme(UpdateThemeData updatedTheme)The configuration of the updated theme.-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
appId
UpdateThemeRequest.Builder appId(String appId)
The unique ID for the Amplify app.
- Parameters:
appId- The unique ID for the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
UpdateThemeRequest.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
- Parameters:
environmentName- The name of the backend environment that is part of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UpdateThemeRequest.Builder id(String id)
The unique ID for the theme.
- Parameters:
id- The unique ID for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
UpdateThemeRequest.Builder clientToken(String clientToken)
The unique client token.
- Parameters:
clientToken- The unique client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTheme
UpdateThemeRequest.Builder updatedTheme(UpdateThemeData updatedTheme)
The configuration of the updated theme.
- Parameters:
updatedTheme- The configuration of the updated theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTheme
default UpdateThemeRequest.Builder updatedTheme(Consumer<UpdateThemeData.Builder> updatedTheme)
The configuration of the updated theme.
This is a convenience method that creates an instance of theUpdateThemeData.Builderavoiding the need to create one manually viaUpdateThemeData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupdatedTheme(UpdateThemeData).- Parameters:
updatedTheme- a consumer that will call methods onUpdateThemeData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
updatedTheme(UpdateThemeData)
-
overrideConfiguration
UpdateThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-