StackSet.Builder |
StackSet.Builder.administrationRoleARN(String administrationRoleARN) |
The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.
|
default StackSet.Builder |
StackSet.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) |
Describes whether StackSets automatically deploys to Organizations accounts that are added to a target
organization or organizational unit (OU).
|
StackSet.Builder |
StackSet.Builder.autoDeployment(AutoDeployment autoDeployment) |
Describes whether StackSets automatically deploys to Organizations accounts that are added to a target
organization or organizational unit (OU).
|
static StackSet.Builder |
StackSet.builder() |
|
StackSet.Builder |
StackSet.Builder.capabilities(Collection<Capability> capabilities) |
The capabilities that are allowed in the StackSet.
|
StackSet.Builder |
StackSet.Builder.capabilities(Capability... capabilities) |
The capabilities that are allowed in the StackSet.
|
StackSet.Builder |
StackSet.Builder.capabilitiesWithStrings(String... capabilities) |
The capabilities that are allowed in the StackSet.
|
StackSet.Builder |
StackSet.Builder.capabilitiesWithStrings(Collection<String> capabilities) |
The capabilities that are allowed in the StackSet.
|
StackSet.Builder |
StackSet.Builder.description(String description) |
A description of the StackSet that you specify when the StackSet is created or updated.
|
StackSet.Builder |
StackSet.Builder.executionRoleName(String executionRoleName) |
The name of the IAM execution role used to create or update the StackSet.
|
default StackSet.Builder |
StackSet.Builder.managedExecution(Consumer<ManagedExecution.Builder> managedExecution) |
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
StackSet.Builder |
StackSet.Builder.managedExecution(ManagedExecution managedExecution) |
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
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.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.parameters(Collection<Parameter> parameters) |
A list of input parameters for a StackSet.
|
StackSet.Builder |
StackSet.Builder.parameters(Consumer<Parameter.Builder>... parameters) |
A list of input parameters for a StackSet.
|
StackSet.Builder |
StackSet.Builder.parameters(Parameter... parameters) |
A list of input parameters for a StackSet.
|
StackSet.Builder |
StackSet.Builder.permissionModel(String permissionModel) |
Describes how the IAM roles required for StackSet operations are created.
|
StackSet.Builder |
StackSet.Builder.permissionModel(PermissionModels permissionModel) |
Describes how the IAM roles required for StackSet operations are created.
|
StackSet.Builder |
StackSet.Builder.regions(String... regions) |
Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in.
|
StackSet.Builder |
StackSet.Builder.regions(Collection<String> regions) |
Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in.
|
StackSet.Builder |
StackSet.Builder.stackSetARN(String stackSetARN) |
The Amazon Resource Name (ARN) of the StackSet.
|
default StackSet.Builder |
StackSet.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails) |
Detailed information about the drift status of the StackSet.
|
StackSet.Builder |
StackSet.Builder.stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails) |
Detailed information about the drift status of the StackSet.
|
StackSet.Builder |
StackSet.Builder.stackSetId(String stackSetId) |
The ID of the StackSet.
|
StackSet.Builder |
StackSet.Builder.stackSetName(String stackSetName) |
The name that's associated with the StackSet.
|
StackSet.Builder |
StackSet.Builder.status(String status) |
The status of the StackSet.
|
StackSet.Builder |
StackSet.Builder.status(StackSetStatus status) |
The status of the StackSet.
|
StackSet.Builder |
StackSet.Builder.tags(Collection<Tag> tags) |
A list of tags that specify information about the StackSet.
|
StackSet.Builder |
StackSet.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags that specify information about the StackSet.
|
StackSet.Builder |
StackSet.Builder.tags(Tag... tags) |
A list of tags that specify information about the StackSet.
|
StackSet.Builder |
StackSet.Builder.templateBody(String templateBody) |
The structure that contains the body of the template that was used to create or update the StackSet.
|
StackSet.Builder |
StackSet.toBuilder() |
|