public static interface DeleteFormRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<DeleteFormRequest.Builder,DeleteFormRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFormRequest.Builder |
appId(String appId)
The unique ID of the Amplify app associated with the form to delete.
|
DeleteFormRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
DeleteFormRequest.Builder |
id(String id)
The unique ID of the form to delete.
|
DeleteFormRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFormRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFormRequest.Builder appId(String appId)
The unique ID of the Amplify app associated with the form to delete.
appId - The unique ID of the Amplify app associated with the form to delete.DeleteFormRequest.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.DeleteFormRequest.Builder id(String id)
The unique ID of the form to delete.
id - The unique ID of the form to delete.DeleteFormRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFormRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.