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