CopyableBuilder<Account.Builder,Account>
, SdkBuilder<Account.Builder,Account>
public static interface Account.Builder extends CopyableBuilder<Account.Builder,Account>
Modifier and Type | Method | Description |
---|---|---|
Account.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the account.
|
Account.Builder |
email(String email) |
The email address associated with the AWS account.
|
Account.Builder |
id(String id) |
The unique identifier (ID) of the account.
|
Account.Builder |
joinedMethod(String joinedMethod) |
The method by which the account joined the organization.
|
Account.Builder |
joinedMethod(AccountJoinedMethod joinedMethod) |
The method by which the account joined the organization.
|
Account.Builder |
joinedTimestamp(Date joinedTimestamp) |
The date the account became a part of the organization.
|
Account.Builder |
name(String name) |
The friendly name of the account.
|
Account.Builder |
status(String status) |
The status of the account in the organization.
|
Account.Builder |
status(AccountStatus status) |
The status of the account in the organization.
|
copy
apply, build
Account.Builder id(String id)
The unique identifier (ID) of the account.
The regex pattern for an account ID string requires exactly 12 digits.
id
- The unique identifier (ID) of the account.
The regex pattern for an account ID string requires exactly 12 digits.
Account.Builder arn(String arn)
The Amazon Resource Name (ARN) of the account.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.
arn
- The Amazon Resource Name (ARN) of the account.
For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.
Account.Builder email(String email)
The email address associated with the AWS account.
The regex pattern for this parameter is a string of characters that represents a standard Internet email address.
email
- The email address associated with the AWS account.
The regex pattern for this parameter is a string of characters that represents a standard Internet email address.
Account.Builder name(String name)
The friendly name of the account.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
name
- The friendly name of the account.
The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
Account.Builder status(String status)
The status of the account in the organization.
status
- The status of the account in the organization.AccountStatus
Account.Builder status(AccountStatus status)
The status of the account in the organization.
status
- The status of the account in the organization.AccountStatus
Account.Builder joinedMethod(String joinedMethod)
The method by which the account joined the organization.
joinedMethod
- The method by which the account joined the organization.AccountJoinedMethod
Account.Builder joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the account joined the organization.
joinedMethod
- The method by which the account joined the organization.AccountJoinedMethod
Account.Builder joinedTimestamp(Date joinedTimestamp)
The date the account became a part of the organization.
joinedTimestamp
- The date the account became a part of the organization.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.