Interface Administrator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Administrator.Builder,
,Administrator> SdkBuilder<Administrator.Builder,
,Administrator> SdkPojo
- Enclosing class:
Administrator
@Mutable
@NotThreadSafe
public static interface Administrator.Builder
extends SdkPojo, CopyableBuilder<Administrator.Builder,Administrator>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the account used as the administrator account.invitationId
(String invitationId) The value that is used to validate the administrator account to the member account.The timestamp when the invitation was sent.relationshipStatus
(String relationshipStatus) The status of the relationship between the administrator and member accounts.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The ID of the account used as the administrator account.
- Parameters:
accountId
- The ID of the account used as the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitationId
The value that is used to validate the administrator account to the member account.
- Parameters:
invitationId
- The value that is used to validate the administrator account to the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationshipStatus
The status of the relationship between the administrator and member accounts.
- Parameters:
relationshipStatus
- The status of the relationship between the administrator and member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitedAt
The timestamp when the invitation was sent.
- Parameters:
invitedAt
- The timestamp when the invitation was sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-