public static interface UpdateTerminationProtectionRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateTerminationProtectionRequest.Builder,UpdateTerminationProtectionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTerminationProtectionRequest.Builder |
enableTerminationProtection(Boolean enableTerminationProtection)
Whether to enable termination protection on the specified stack.
|
UpdateTerminationProtectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateTerminationProtectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateTerminationProtectionRequest.Builder |
stackName(String stackName)
The name or unique ID of the stack for which you want to set termination protection.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateTerminationProtectionRequest.Builder enableTerminationProtection(Boolean enableTerminationProtection)
Whether to enable termination protection on the specified stack.
enableTerminationProtection - Whether to enable termination protection on the specified stack.UpdateTerminationProtectionRequest.Builder stackName(String stackName)
The name or unique ID of the stack for which you want to set termination protection.
stackName - The name or unique ID of the stack for which you want to set termination protection.UpdateTerminationProtectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateTerminationProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.