Interface AdminScopeSelectionInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdminScopeSelectionInput.Builder,,AdminScopeSelectionInput> SdkBuilder<AdminScopeSelectionInput.Builder,,AdminScopeSelectionInput> SdkPojo
- Enclosing class:
AdminScopeSelectionInput
@Mutable
@NotThreadSafe
public static interface AdminScopeSelectionInput.Builder
extends SdkPojo, CopyableBuilder<AdminScopeSelectionInput.Builder,AdminScopeSelectionInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS accounts in the selection.accounts(Collection<String> accounts) The AWS accounts in the selection.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
-
accounts
The AWS accounts in the selection.
- Parameters:
accounts- The AWS accounts in the selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accounts
The AWS accounts in the selection.
- Parameters:
accounts- The AWS accounts 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.
-
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.
-