Account.Builder |
Account.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the account.
|
static Account.Builder |
Account.builder() |
|
Account.Builder |
Account.Builder.email(String email) |
The email address associated with the Amazon Web Services account.
|
Account.Builder |
Account.Builder.id(String id) |
The unique identifier (ID) of the account.
|
Account.Builder |
Account.Builder.joinedMethod(String joinedMethod) |
The method by which the account joined the organization.
|
Account.Builder |
Account.Builder.joinedMethod(AccountJoinedMethod joinedMethod) |
The method by which the account joined the organization.
|
Account.Builder |
Account.Builder.joinedTimestamp(Instant joinedTimestamp) |
The date the account became a part of the organization.
|
Account.Builder |
Account.Builder.name(String name) |
The friendly name of the account.
|
Account.Builder |
Account.Builder.status(String status) |
The status of the account in the organization.
|
Account.Builder |
Account.Builder.status(AccountStatus status) |
The status of the account in the organization.
|
Account.Builder |
Account.toBuilder() |
|