| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSet.Builder |
StackSet.Builder.administrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role used to create or update the stack set.
|
static StackSet.Builder |
StackSet.builder() |
StackSet.Builder |
StackSet.Builder.capabilities(Capability... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
StackSet.Builder.capabilities(Collection<Capability> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
StackSet.Builder.capabilitiesWithStrings(Collection<String> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
StackSet.Builder.capabilitiesWithStrings(String... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet.Builder |
StackSet.Builder.description(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSet.Builder |
StackSet.Builder.executionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
|
StackSet.Builder |
StackSet.Builder.parameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
|
StackSet.Builder |
StackSet.Builder.parameters(Consumer<Parameter.Builder>... parameters)
A list of input parameters for a stack set.
|
StackSet.Builder |
StackSet.Builder.parameters(Parameter... parameters)
A list of input parameters for a stack set.
|
StackSet.Builder |
StackSet.Builder.stackSetARN(String stackSetARN)
The Amazon Resource Number (ARN) of the stack set.
|
StackSet.Builder |
StackSet.Builder.stackSetId(String stackSetId)
The ID of the stack set.
|
StackSet.Builder |
StackSet.Builder.stackSetName(String stackSetName)
The name that's associated with the stack set.
|
StackSet.Builder |
StackSet.Builder.status(StackSetStatus status)
The status of the stack set.
|
StackSet.Builder |
StackSet.Builder.status(String status)
The status of the stack set.
|
StackSet.Builder |
StackSet.Builder.tags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
StackSet.Builder |
StackSet.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags that specify information about the stack set.
|
StackSet.Builder |
StackSet.Builder.tags(Tag... tags)
A list of tags that specify information about the stack set.
|
StackSet.Builder |
StackSet.Builder.templateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
|
StackSet.Builder |
StackSet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackSet.Builder> |
StackSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackSetResponse.Builder |
DescribeStackSetResponse.Builder.stackSet(Consumer<StackSet.Builder> stackSet)
The specified stack set.
|
Copyright © 2019. All rights reserved.