public static interface UpdateTerminationProtectionRequest.Builder extends CloudFormationRequest.Builder, 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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateTerminationProtectionRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateTerminationProtectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.