| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default SetStackPolicyResponse |
CloudFormationClient.setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
default CompletableFuture<SetStackPolicyResponse> |
CloudFormationAsyncClient.setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
static SetStackPolicyRequest.Builder |
SetStackPolicyRequest.builder() |
SetStackPolicyRequest.Builder |
SetStackPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetStackPolicyRequest.Builder |
SetStackPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetStackPolicyRequest.Builder |
SetStackPolicyRequest.Builder.stackName(String stackName)
The name or unique stack ID that you want to associate a policy with.
|
SetStackPolicyRequest.Builder |
SetStackPolicyRequest.Builder.stackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body.
|
SetStackPolicyRequest.Builder |
SetStackPolicyRequest.Builder.stackPolicyURL(String stackPolicyURL)
Location of a file containing the stack policy.
|
SetStackPolicyRequest.Builder |
SetStackPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetStackPolicyRequest.Builder> |
SetStackPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.