Interface OrganizationScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationScope.Builder,,OrganizationScope> SdkBuilder<OrganizationScope.Builder,,OrganizationScope> SdkPojo
- Enclosing class:
OrganizationScope
@Mutable
@NotThreadSafe
public static interface OrganizationScope.Builder
extends SdkPojo, CopyableBuilder<OrganizationScope.Builder,OrganizationScope>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) List of Amazon Web Services account IDs to include in the organization scope.accountIds(Collection<String> accountIds) List of Amazon Web Services account IDs to include in the organization scope.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
List of Amazon Web Services account IDs to include in the organization scope.
- Parameters:
accountIds- List of Amazon Web Services account IDs to include in the organization scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
List of Amazon Web Services account IDs to include in the organization scope.
- Parameters:
accountIds- List of Amazon Web Services account IDs to include in the organization scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-