| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
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(AccountJoinedMethod joinedMethod)
The method by which the account joined the organization.
|
Account.Builder |
Account.Builder.joinedMethod(String 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(AccountStatus status)
The status of the account in the organization.
|
Account.Builder |
Account.Builder.status(String status)
The status of the account in the organization.
|
Account.Builder |
Account.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Account.Builder> |
Account.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAccountResponse.Builder |
DescribeAccountResponse.Builder.account(Consumer<Account.Builder> account)
A structure that contains information about the requested account.
|
Copyright © 2023. All rights reserved.