| 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.
|
StackSet.Builder |
StackSet.Builder.autoDeployment(AutoDeployment autoDeployment)
[
Service-managed permissions] Describes whether StackSets automatically deploys to AWS
Organizations accounts that are added to a target organization or organizational unit (OU). |
default StackSet.Builder |
StackSet.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)
[
Service-managed permissions] Describes whether StackSets automatically deploys to AWS
Organizations accounts that are added to a target organization or organizational unit (OU). |
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.organizationalUnitIds(Collection<String> organizationalUnitIds)
[
Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you
specified for DeploymentTargets. |
StackSet.Builder |
StackSet.Builder.organizationalUnitIds(String... organizationalUnitIds)
[
Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you
specified for DeploymentTargets. |
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.permissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSet.Builder |
StackSet.Builder.permissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSet.Builder |
StackSet.Builder.stackSetARN(String stackSetARN)
The Amazon Resource Number (ARN) of the stack set.
|
default StackSet.Builder |
StackSet.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSet.Builder |
StackSet.Builder.stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status 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 © 2021. All rights reserved.