Interface DeleteChangeSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DeleteChangeSetRequest.Builder,,DeleteChangeSetRequest> SdkBuilder<DeleteChangeSetRequest.Builder,,DeleteChangeSetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteChangeSetRequest
@Mutable
@NotThreadSafe
public static interface DeleteChangeSetRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeleteChangeSetRequest.Builder,DeleteChangeSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchangeSetName(String changeSetName) The name or Amazon Resource Name (ARN) of the change set that you want to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
changeSetName
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
- Parameters:
changeSetName- The name or Amazon Resource Name (ARN) of the change set that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
- Parameters:
stackName- If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteChangeSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteChangeSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-