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