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