| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
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(CreateAccountFailureReason failureReason)
If the request failed, a description of the reason for the failure.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.failureReason(String 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(CreateAccountState state)
The status of the asynchronous request to create an Amazon Web Services account.
|
CreateAccountStatus.Builder |
CreateAccountStatus.Builder.state(String state)
The status of the asynchronous request to create an Amazon Web Services account.
|
CreateAccountStatus.Builder |
CreateAccountStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAccountStatus.Builder> |
CreateAccountStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAccountResponse.Builder |
CreateAccountResponse.Builder.createAccountStatus(Consumer<CreateAccountStatus.Builder> createAccountStatus)
A structure that contains details about the request to create an account.
|
default DescribeCreateAccountStatusResponse.Builder |
DescribeCreateAccountStatusResponse.Builder.createAccountStatus(Consumer<CreateAccountStatus.Builder> createAccountStatus)
A structure that contains the current status of an account creation request.
|
default CreateGovCloudAccountResponse.Builder |
CreateGovCloudAccountResponse.Builder.createAccountStatus(Consumer<CreateAccountStatus.Builder> createAccountStatus)
Sets the value of the CreateAccountStatus property for this object.
|
Copyright © 2023. All rights reserved.