Interface AccountInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountInfo.Builder,
,AccountInfo> SdkBuilder<AccountInfo.Builder,
,AccountInfo> SdkPojo
- Enclosing class:
AccountInfo
@Mutable
@NotThreadSafe
public static interface AccountInfo.Builder
extends SdkPojo, CopyableBuilder<AccountInfo.Builder,AccountInfo>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The account ID.awsAccountName
(String awsAccountName) The account name.supportedRegions
(String... supportedRegions) The regions supported for an account within an account pool.supportedRegions
(Collection<String> supportedRegions) The regions supported for an account within an account pool.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 Details
-
awsAccountId
The account ID.
- Parameters:
awsAccountId
- The account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountName
The account name.
- Parameters:
awsAccountName
- The account name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedRegions
The regions supported for an account within an account pool.
- Parameters:
supportedRegions
- The regions supported for an account within an account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedRegions
The regions supported for an account within an account pool.
- Parameters:
supportedRegions
- The regions supported for an account within an account pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-