| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
default CompletableFuture<UpdateStackSetResponse> |
CloudFormationAsyncClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.accounts(Collection<String> accounts)
The accounts in which to update associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.accounts(String... accounts)
The accounts in which to update associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.administrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role to use to update this stack set.
|
static UpdateStackSetRequest.Builder |
UpdateStackSetRequest.builder() |
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.capabilities(Capability... capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.capabilities(Collection<Capability> capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.capabilitiesWithStrings(String... capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.description(String description)
A brief description of updates that you are making.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.executionRoleName(String executionRoleName)
The name of the IAM execution role to use to update the stack set.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.operationId(String operationId)
The unique ID for this stack set operation.
|
default UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.parameters(Collection<Parameter> parameters)
A list of input parameters for the stack set template.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters)
A list of input parameters for the stack set template.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.parameters(Parameter... parameters)
A list of input parameters for the stack set template.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.regions(Collection<String> regions)
The regions in which to update associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.regions(String... regions)
The regions in which to update associated stack instances.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to update.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.tags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.tags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.templateBody(String templateBody)
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
bytes.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.templateURL(String templateURL)
The location of the file that contains the template body.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.toBuilder() |
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.usePreviousTemplate(Boolean usePreviousTemplate)
Use the existing template that's associated with the stack set that you're updating.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateStackSetRequest.Builder> |
UpdateStackSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.