Interface StackSetAutoDeploymentTargetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StackSetAutoDeploymentTargetSummary.Builder,StackSetAutoDeploymentTargetSummary>,SdkBuilder<StackSetAutoDeploymentTargetSummary.Builder,StackSetAutoDeploymentTargetSummary>,SdkPojo
- Enclosing class:
- StackSetAutoDeploymentTargetSummary
@Mutable @NotThreadSafe 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.BuilderorganizationalUnitId(String organizationalUnitId)The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.StackSetAutoDeploymentTargetSummary.Builderregions(String... regions)The list of Regions targeted for this organization or OU.StackSetAutoDeploymentTargetSummary.Builderregions(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
organizationalUnitId
StackSetAutoDeploymentTargetSummary.Builder organizationalUnitId(String organizationalUnitId)
The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.
- Parameters:
organizationalUnitId- The organization root ID or organizational unit (OU) IDs where the StackSet 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.
-
-