Interface StackSetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StackSetSummary.Builder,
,StackSetSummary> SdkBuilder<StackSetSummary.Builder,
,StackSetSummary> SdkPojo
- Enclosing class:
StackSetSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault StackSetSummary.Builder
autoDeployment
(Consumer<AutoDeployment.Builder> autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).autoDeployment
(AutoDeployment autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).description
(String description) A description of the StackSet that you specify when the StackSet is created or updated.driftStatus
(String driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.driftStatus
(StackDriftStatus driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.lastDriftCheckTimestamp
(Instant lastDriftCheckTimestamp) Most recent time when CloudFormation performed a drift detection operation on the StackSet.default StackSetSummary.Builder
managedExecution
(Consumer<ManagedExecution.Builder> managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.managedExecution
(ManagedExecution managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.permissionModel
(String permissionModel) Describes how the IAM roles required for StackSet operations are created.permissionModel
(PermissionModels permissionModel) Describes how the IAM roles required for StackSet operations are created.stackSetId
(String stackSetId) The ID of the StackSet.stackSetName
(String stackSetName) The name of the StackSet.The status of the StackSet.status
(StackSetStatus status) The status of the StackSet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stackSetName
The name of the StackSet.
- Parameters:
stackSetName
- The name of the StackSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackSetId
The ID of the StackSet.
- Parameters:
stackSetId
- The ID of the StackSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the StackSet that you specify when the StackSet is created or updated.
- Parameters:
description
- A description of the StackSet that you specify when the StackSet is created or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the StackSet.
- Parameters:
status
- The status of the StackSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the StackSet.
- Parameters:
status
- The status of the StackSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoDeployment
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
- Parameters:
autoDeployment
- [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoDeployment
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
This is a convenience method that creates an instance of theAutoDeployment.Builder
avoiding the need to create one manually viaAutoDeployment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoDeployment(AutoDeployment)
.- Parameters:
autoDeployment
- a consumer that will call methods onAutoDeployment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permissionModel
Describes how the IAM roles required for StackSet operations are created.
-
With
self-managed
permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managed
permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Activate trusted access for StackSets with Organizations.
- Parameters:
permissionModel
- Describes how the IAM roles required for StackSet operations are created.-
With
self-managed
permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managed
permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Activate trusted access for StackSets with Organizations.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
permissionModel
Describes how the IAM roles required for StackSet operations are created.
-
With
self-managed
permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managed
permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Activate trusted access for StackSets with Organizations.
- Parameters:
permissionModel
- Describes how the IAM roles required for StackSet operations are created.-
With
self-managed
permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managed
permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Activate trusted access for StackSets with Organizations.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
driftStatus
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
-
DRIFTED
: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked the StackSet for drift. -
IN_SYNC
: All the stack instances belonging to the StackSet match the expected template and parameter configuration. -
UNKNOWN
: This value is reserved for future use.
- Parameters:
driftStatus
- Status of the StackSet's actual configuration compared to its expected template and parameter configuration.-
DRIFTED
: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked the StackSet for drift. -
IN_SYNC
: All the stack instances belonging to the StackSet match the expected template and parameter configuration. -
UNKNOWN
: This value is reserved for future use.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
driftStatus
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
-
DRIFTED
: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked the StackSet for drift. -
IN_SYNC
: All the stack instances belonging to the StackSet match the expected template and parameter configuration. -
UNKNOWN
: This value is reserved for future use.
- Parameters:
driftStatus
- Status of the StackSet's actual configuration compared to its expected template and parameter configuration.-
DRIFTED
: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED
: CloudFormation hasn't checked the StackSet for drift. -
IN_SYNC
: All the stack instances belonging to the StackSet match the expected template and parameter configuration. -
UNKNOWN
: This value is reserved for future use.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lastDriftCheckTimestamp
Most recent time when CloudFormation performed a drift detection operation on the StackSet. This value will be
NULL
for any StackSet that drift detection hasn't yet been performed on.- Parameters:
lastDriftCheckTimestamp
- Most recent time when CloudFormation performed a drift detection operation on the StackSet. This value will beNULL
for any StackSet that drift detection hasn't yet been performed on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedExecution
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- Parameters:
managedExecution
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedExecution
default StackSetSummary.Builder managedExecution(Consumer<ManagedExecution.Builder> managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
This is a convenience method that creates an instance of theManagedExecution.Builder
avoiding the need to create one manually viaManagedExecution.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomanagedExecution(ManagedExecution)
.- Parameters:
managedExecution
- a consumer that will call methods onManagedExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-