Interface StackSetAutoDeploymentTargetSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<StackSetAutoDeploymentTargetSummary.Builder,StackSetAutoDeploymentTargetSummary>
,SdkBuilder<StackSetAutoDeploymentTargetSummary.Builder,StackSetAutoDeploymentTargetSummary>
,SdkPojo
- Enclosing class:
- StackSetAutoDeploymentTargetSummary
public static interface StackSetAutoDeploymentTargetSummary.Builder extends SdkPojo, CopyableBuilder<StackSetAutoDeploymentTargetSummary.Builder,StackSetAutoDeploymentTargetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackSetAutoDeploymentTargetSummary.Builder
organizationalUnitId(String organizationalUnitId)
The organization root ID or organizational unit (OU) IDs where the stack set is targeted.StackSetAutoDeploymentTargetSummary.Builder
regions(String... regions)
The list of Regions targeted for this organization or OU.StackSetAutoDeploymentTargetSummary.Builder
regions(Collection<String> regions)
The list of Regions targeted for this organization or OU.-
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, sdkFields
-
-
-
-
Method Detail
-
organizationalUnitId
StackSetAutoDeploymentTargetSummary.Builder organizationalUnitId(String organizationalUnitId)
The organization root ID or organizational unit (OU) IDs where the stack set is targeted.
- Parameters:
organizationalUnitId
- The organization root ID or organizational unit (OU) IDs where the stack set is targeted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
StackSetAutoDeploymentTargetSummary.Builder regions(Collection<String> regions)
The list of Regions targeted for this organization or OU.
- Parameters:
regions
- The list of Regions targeted for this organization or OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
StackSetAutoDeploymentTargetSummary.Builder regions(String... regions)
The list of Regions targeted for this organization or OU.
- Parameters:
regions
- The list of Regions targeted for this organization or OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-