Interface StackSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StackSetSummary.Builder,StackSetSummary>,SdkBuilder<StackSetSummary.Builder,StackSetSummary>,SdkPojo
- Enclosing class:
- StackSetSummary
public static interface StackSetSummary.Builder extends SdkPojo, CopyableBuilder<StackSetSummary.Builder,StackSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StackSetSummary.BuilderautoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).StackSetSummary.BuilderautoDeployment(AutoDeployment autoDeployment)[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).StackSetSummary.Builderdescription(String description)A description of the stack set that you specify when the stack set is created or updated.StackSetSummary.BuilderdriftStatus(String driftStatus)Status of the stack set's actual configuration compared to its expected template and parameter configuration.StackSetSummary.BuilderdriftStatus(StackDriftStatus driftStatus)Status of the stack set's actual configuration compared to its expected template and parameter configuration.StackSetSummary.BuilderlastDriftCheckTimestamp(Instant lastDriftCheckTimestamp)Most recent time when CloudFormation performed a drift detection operation on the stack set.default StackSetSummary.BuildermanagedExecution(Consumer<ManagedExecution.Builder> managedExecution)Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSetSummary.BuildermanagedExecution(ManagedExecution managedExecution)Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSetSummary.BuilderpermissionModel(String permissionModel)Describes how the IAM roles required for stack set operations are created.StackSetSummary.BuilderpermissionModel(PermissionModels permissionModel)Describes how the IAM roles required for stack set operations are created.StackSetSummary.BuilderstackSetId(String stackSetId)The ID of the stack set.StackSetSummary.BuilderstackSetName(String stackSetName)The name of the stack set.StackSetSummary.Builderstatus(String status)The status of the stack set.StackSetSummary.Builderstatus(StackSetStatus status)The status of the stack set.-
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 Detail
-
stackSetName
StackSetSummary.Builder stackSetName(String stackSetName)
The name of the stack set.
- Parameters:
stackSetName- The name of the stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackSetId
StackSetSummary.Builder stackSetId(String stackSetId)
The ID of the stack set.
- Parameters:
stackSetId- The ID of the stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StackSetSummary.Builder description(String description)
A description of the stack set that you specify when the stack set is created or updated.
- Parameters:
description- A description of the stack set that you specify when the stack set is created or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StackSetSummary.Builder status(String status)
The status of the stack set.
- Parameters:
status- The status of the stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackSetStatus,StackSetStatus
-
status
StackSetSummary.Builder status(StackSetStatus status)
The status of the stack set.
- Parameters:
status- The status of the stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackSetStatus,StackSetStatus
-
autoDeployment
StackSetSummary.Builder autoDeployment(AutoDeployment 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
default 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).
This is a convenience method that creates an instance of theAutoDeployment.Builderavoiding the need to create one manually viaAutoDeployment.builder().When the
Consumercompletes,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:
autoDeployment(AutoDeployment)
-
permissionModel
StackSetSummary.Builder permissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
- Parameters:
permissionModel- Describes how the IAM roles required for stack set operations are created.-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionModels,PermissionModels
-
-
permissionModel
StackSetSummary.Builder permissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
- Parameters:
permissionModel- Describes how the IAM roles required for stack set operations are created.-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant Self-Managed Stack Set Permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Grant Service-Managed Stack Set Permissions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionModels,PermissionModels
-
-
driftStatus
StackSetSummary.Builder driftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the stack set stack 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 stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
- Parameters:
driftStatus- Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.-
DRIFTED: One or more of the stack instances belonging to the stack set stack 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 stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from 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:
StackDriftStatus,StackDriftStatus
-
-
driftStatus
StackSetSummary.Builder driftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the stack set stack 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 stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
- Parameters:
driftStatus- Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.-
DRIFTED: One or more of the stack instances belonging to the stack set stack 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 stack set for drift. -
IN_SYNC: All the stack instances belonging to the stack set stack match from 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:
StackDriftStatus,StackDriftStatus
-
-
lastDriftCheckTimestamp
StackSetSummary.Builder lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
NULLfor any stack set on which drift detection hasn't yet been performed.- Parameters:
lastDriftCheckTimestamp- Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will beNULLfor any stack set on which drift detection hasn't yet been performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedExecution
StackSetSummary.Builder managedExecution(ManagedExecution 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.Builderavoiding the need to create one manually viaManagedExecution.builder().When the
Consumercompletes,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:
managedExecution(ManagedExecution)
-
-