| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the delegated administrator's account.
|
static DelegatedAdministrator.Builder |
DelegatedAdministrator.builder() |
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.delegationEnabledDate(Instant delegationEnabledDate)
The date when the account was made a delegated administrator.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.email(String email)
The email address that is associated with the delegated administrator's Amazon Web Services account.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.id(String id)
The unique identifier (ID) of the delegated administrator's account.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.joinedMethod(String joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.joinedTimestamp(Instant joinedTimestamp)
The date when the delegated administrator's account became a part of the organization.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.name(String name)
The friendly name of the delegated administrator's account.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.status(AccountStatus status)
The status of the delegated administrator's account in the organization.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.status(String status)
The status of the delegated administrator's account in the organization.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DelegatedAdministrator.Builder> |
DelegatedAdministrator.serializableBuilderClass() |
Copyright © 2023. All rights reserved.