Interface DeleteThemeRequest.Builder
-
- All Superinterfaces:
AmplifyUiBuilderRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>,SdkBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteThemeRequest
public static interface DeleteThemeRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<DeleteThemeRequest.Builder,DeleteThemeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteThemeRequest.BuilderappId(String appId)The unique ID of the Amplify app associated with the theme to delete.DeleteThemeRequest.BuilderenvironmentName(String environmentName)The name of the backend environment that is a part of the Amplify app.DeleteThemeRequest.Builderid(String id)The unique ID of the theme to delete.DeleteThemeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteThemeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
DeleteThemeRequest.Builder appId(String appId)
The unique ID of the Amplify app associated with the theme to delete.
- Parameters:
appId- The unique ID of the Amplify app associated with the theme to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
DeleteThemeRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
- Parameters:
environmentName- The name of the backend environment that is a part of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DeleteThemeRequest.Builder id(String id)
The unique ID of the theme to delete.
- Parameters:
id- The unique ID of the theme to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-