public static interface DeleteChangeSetRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeleteChangeSetRequest.Builder,DeleteChangeSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteChangeSetRequest.Builder |
changeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
|
DeleteChangeSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteChangeSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteChangeSetRequest.Builder |
stackName(String stackName)
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated
with it.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteChangeSetRequest.Builder changeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
changeSetName - The name or Amazon Resource Name (ARN) of the change set that you want to delete.DeleteChangeSetRequest.Builder stackName(String stackName)
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
stackName - If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is
associated with it.DeleteChangeSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteChangeSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.