public static interface DelegatedAdministrator.Builder extends SdkPojo, CopyableBuilder<DelegatedAdministrator.Builder,DelegatedAdministrator>
| Modifier and Type | Method and Description |
|---|---|
DelegatedAdministrator.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the delegated administrator's account.
|
DelegatedAdministrator.Builder |
delegationEnabledDate(Instant delegationEnabledDate)
The date when the account was made a delegated administrator.
|
DelegatedAdministrator.Builder |
email(String email)
The email address that is associated with the delegated administrator's Amazon Web Services account.
|
DelegatedAdministrator.Builder |
id(String id)
The unique identifier (ID) of the delegated administrator's account.
|
DelegatedAdministrator.Builder |
joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
DelegatedAdministrator.Builder |
joinedMethod(String joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
DelegatedAdministrator.Builder |
joinedTimestamp(Instant joinedTimestamp)
The date when the delegated administrator's account became a part of the organization.
|
DelegatedAdministrator.Builder |
name(String name)
The friendly name of the delegated administrator's account.
|
DelegatedAdministrator.Builder |
status(AccountStatus status)
The status of the delegated administrator's account in the organization.
|
DelegatedAdministrator.Builder |
status(String status)
The status of the delegated administrator's account in the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDelegatedAdministrator.Builder id(String id)
The unique identifier (ID) of the delegated administrator's account.
id - The unique identifier (ID) of the delegated administrator's account.DelegatedAdministrator.Builder arn(String arn)
The Amazon Resource Name (ARN) of the delegated administrator's account.
arn - The Amazon Resource Name (ARN) of the delegated administrator's account.DelegatedAdministrator.Builder email(String email)
The email address that is associated with the delegated administrator's Amazon Web Services account.
email - The email address that is associated with the delegated administrator's Amazon Web Services account.DelegatedAdministrator.Builder name(String name)
The friendly name of the delegated administrator's account.
name - The friendly name of the delegated administrator's account.DelegatedAdministrator.Builder status(String status)
The status of the delegated administrator's account in the organization.
status - The status of the delegated administrator's account in the organization.AccountStatus,
AccountStatusDelegatedAdministrator.Builder status(AccountStatus status)
The status of the delegated administrator's account in the organization.
status - The status of the delegated administrator's account in the organization.AccountStatus,
AccountStatusDelegatedAdministrator.Builder joinedMethod(String joinedMethod)
The method by which the delegated administrator's account joined the organization.
joinedMethod - The method by which the delegated administrator's account joined the organization.AccountJoinedMethod,
AccountJoinedMethodDelegatedAdministrator.Builder joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
joinedMethod - The method by which the delegated administrator's account joined the organization.AccountJoinedMethod,
AccountJoinedMethodDelegatedAdministrator.Builder joinedTimestamp(Instant joinedTimestamp)
The date when the delegated administrator's account became a part of the organization.
joinedTimestamp - The date when the delegated administrator's account became a part of the organization.DelegatedAdministrator.Builder delegationEnabledDate(Instant delegationEnabledDate)
The date when the account was made a delegated administrator.
delegationEnabledDate - The date when the account was made a delegated administrator.Copyright © 2023. All rights reserved.