public static interface ExportComponentsRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ExportComponentsRequest.Builder,ExportComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ExportComponentsRequest.Builder |
appId(String appId)
The unique ID of the Amplify app to export components to.
|
ExportComponentsRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ExportComponentsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ExportComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportComponentsRequest.Builder appId(String appId)
The unique ID of the Amplify app to export components to.
appId - The unique ID of the Amplify app to export components to.ExportComponentsRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.ExportComponentsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ExportComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.