Interface Administrator.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Administrator.Builder,Administrator>,SdkBuilder<Administrator.Builder,Administrator>,SdkPojo
- Enclosing class:
- Administrator
public static interface Administrator.Builder extends SdkPojo, CopyableBuilder<Administrator.Builder,Administrator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Administrator.BuilderaccountId(String accountId)The ID of the account used as the administrator account.Administrator.BuilderinvitationId(String invitationId)The value that is used to validate the administrator account to the member account.Administrator.BuilderinvitedAt(String invitedAt)The timestamp when the invitation was sent.Administrator.BuilderrelationshipStatus(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, sdkFields
-
-
-
-
Method Detail
-
accountId
Administrator.Builder accountId(String 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
Administrator.Builder invitationId(String 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
Administrator.Builder relationshipStatus(String 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
Administrator.Builder invitedAt(String 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.
-
-