public static interface SetStackPolicyRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<SetStackPolicyRequest.Builder,SetStackPolicyRequest>
Modifier and Type | Method and Description |
---|---|
SetStackPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetStackPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetStackPolicyRequest.Builder |
stackName(String stackName)
The name or unique stack ID that you want to associate a policy with.
|
SetStackPolicyRequest.Builder |
stackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body.
|
SetStackPolicyRequest.Builder |
stackPolicyURL(String stackPolicyURL)
Location of a file containing the stack policy.
|
build
overrideConfiguration
copy
applyMutation, build
SetStackPolicyRequest.Builder stackName(String stackName)
The name or unique stack ID that you want to associate a policy with.
stackName
- The name or unique stack ID that you want to associate a policy with.SetStackPolicyRequest.Builder stackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body. For more information, go to Prevent
Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either the
StackPolicyBody
or the StackPolicyURL
parameter, but not both.
stackPolicyBody
- Structure containing the stack policy body. For more information, go to
Prevent Updates to Stack Resources in the AWS CloudFormation User Guide. You can specify either
the StackPolicyBody
or the StackPolicyURL
parameter, but not both.SetStackPolicyRequest.Builder stackPolicyURL(String stackPolicyURL)
Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located
in an S3 bucket in the same region as the stack. You can specify either the StackPolicyBody
or
the StackPolicyURL
parameter, but not both.
stackPolicyURL
- Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB)
located in an S3 bucket in the same region as the stack. You can specify either the
StackPolicyBody
or the StackPolicyURL
parameter, but not both.SetStackPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SetStackPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.