CreateAccountStatus.Builder |
CreateAccountStatus.Builder.accountId(String accountId) |
If the account was created successfully, the unique identifier (ID) of the new account.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.accountName(String accountName) |
The account name given to the account when it was created.
|
static CreateAccountStatus.Builder |
CreateAccountStatus.builder() |
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.completedTimestamp(Instant completedTimestamp) |
The date and time that the account was created and the request completed.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.failureReason(String failureReason) |
If the request failed, a description of the reason for the failure.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.failureReason(CreateAccountFailureReason failureReason) |
If the request failed, a description of the reason for the failure.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.govCloudAccountId(String govCloudAccountId) |
If the account was created successfully, the unique identifier (ID) of the new account in the Amazon Web
Services GovCloud (US) Region.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.id(String id) |
The unique identifier (ID) that references this request.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.requestedTimestamp(Instant requestedTimestamp) |
The date and time that the request was made for the account creation.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.state(String state) |
The status of the asynchronous request to create an Amazon Web Services account.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.state(CreateAccountState state) |
The status of the asynchronous request to create an Amazon Web Services account.
|
CreateAccountStatus.Builder |
CreateAccountStatus.toBuilder() |
|