Interface AccountSet.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountSet.Builder,,AccountSet> SdkBuilder<AccountSet.Builder,,AccountSet> SdkPojo
- Enclosing class:
AccountSet
@Mutable
@NotThreadSafe
public static interface AccountSet.Builder
extends SdkPojo, CopyableBuilder<AccountSet.Builder,AccountSet>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The list of AWS account IDs.accountIds(Collection<String> accountIds) The list of AWS account IDs.organizationalUnits(String... organizationalUnits) The AWS Organizations organizational units (OUs) in the selection.organizationalUnits(Collection<String> organizationalUnits) The AWS Organizations organizational units (OUs) in the selection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountIds
The list of AWS account IDs.
- Parameters:
accountIds- The list of AWS account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
The list of AWS account IDs.
- Parameters:
accountIds- The list of AWS account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnits
The AWS Organizations organizational units (OUs) in the selection.
- Parameters:
organizationalUnits- The AWS Organizations organizational units (OUs) in the selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnits
The AWS Organizations organizational units (OUs) in the selection.
- Parameters:
organizationalUnits- The AWS Organizations organizational units (OUs) in the selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-