Interface DelegatedAdministrator.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DelegatedAdministrator.Builder,DelegatedAdministrator>,SdkBuilder<DelegatedAdministrator.Builder,DelegatedAdministrator>,SdkPojo
- Enclosing class:
- DelegatedAdministrator
public static interface DelegatedAdministrator.Builder extends SdkPojo, CopyableBuilder<DelegatedAdministrator.Builder,DelegatedAdministrator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelegatedAdministrator.Builderarn(String arn)The Amazon Resource Name (ARN) of the delegated administrator's account.DelegatedAdministrator.BuilderdelegationEnabledDate(Instant delegationEnabledDate)The date when the account was made a delegated administrator.DelegatedAdministrator.Builderemail(String email)The email address that is associated with the delegated administrator's Amazon Web Services account.DelegatedAdministrator.Builderid(String id)The unique identifier (ID) of the delegated administrator's account.DelegatedAdministrator.BuilderjoinedMethod(String joinedMethod)The method by which the delegated administrator's account joined the organization.DelegatedAdministrator.BuilderjoinedMethod(AccountJoinedMethod joinedMethod)The method by which the delegated administrator's account joined the organization.DelegatedAdministrator.BuilderjoinedTimestamp(Instant joinedTimestamp)The date when the delegated administrator's account became a part of the organization.DelegatedAdministrator.Buildername(String name)The friendly name of the delegated administrator's account.DelegatedAdministrator.Builderstatus(String status)The status of the delegated administrator's account in the organization.DelegatedAdministrator.Builderstatus(AccountStatus status)The status of the delegated administrator's account in the organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
DelegatedAdministrator.Builder id(String id)
The unique identifier (ID) of the delegated administrator's account.
- Parameters:
id- The unique identifier (ID) of the delegated administrator's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DelegatedAdministrator.Builder arn(String arn)
The Amazon Resource Name (ARN) of the delegated administrator's account.
- Parameters:
arn- The Amazon Resource Name (ARN) of the delegated administrator's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
DelegatedAdministrator.Builder email(String email)
The email address that is associated with the delegated administrator's Amazon Web Services account.
- Parameters:
email- The email address that is associated with the delegated administrator's Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DelegatedAdministrator.Builder name(String name)
The friendly name of the delegated administrator's account.
- Parameters:
name- The friendly name of the delegated administrator's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DelegatedAdministrator.Builder status(String status)
The status of the delegated administrator's account in the organization.
- Parameters:
status- The status of the delegated administrator's account in the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountStatus,AccountStatus
-
status
DelegatedAdministrator.Builder status(AccountStatus status)
The status of the delegated administrator's account in the organization.
- Parameters:
status- The status of the delegated administrator's account in the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountStatus,AccountStatus
-
joinedMethod
DelegatedAdministrator.Builder joinedMethod(String joinedMethod)
The method by which the delegated administrator's account joined the organization.
- Parameters:
joinedMethod- The method by which the delegated administrator's account joined the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountJoinedMethod,AccountJoinedMethod
-
joinedMethod
DelegatedAdministrator.Builder joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
- Parameters:
joinedMethod- The method by which the delegated administrator's account joined the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccountJoinedMethod,AccountJoinedMethod
-
joinedTimestamp
DelegatedAdministrator.Builder joinedTimestamp(Instant joinedTimestamp)
The date when the delegated administrator's account became a part of the organization.
- Parameters:
joinedTimestamp- The date when the delegated administrator's account became a part of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationEnabledDate
DelegatedAdministrator.Builder delegationEnabledDate(Instant delegationEnabledDate)
The date when the account was made a delegated administrator.
- Parameters:
delegationEnabledDate- The date when the account was made a delegated administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-