public static interface Administrator.Builder extends SdkPojo, CopyableBuilder<Administrator.Builder,Administrator>
| Modifier and Type | Method and Description |
|---|---|
Administrator.Builder |
accountId(String accountId)
The ID of the account used as the administrator account.
|
Administrator.Builder |
invitationId(String invitationId)
The value that is used to validate the administrator account to the member account.
|
Administrator.Builder |
invitedAt(String invitedAt)
The timestamp when the invitation was sent.
|
Administrator.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the administrator and member accounts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdministrator.Builder accountId(String accountId)
The ID of the account used as the administrator account.
accountId - The ID of the account used as the administrator account.Administrator.Builder invitationId(String invitationId)
The value that is used to validate the administrator account to the member account.
invitationId - The value that is used to validate the administrator account to the member account.Administrator.Builder relationshipStatus(String relationshipStatus)
The status of the relationship between the administrator and member accounts.
relationshipStatus - The status of the relationship between the administrator and member accounts.Administrator.Builder invitedAt(String invitedAt)
The timestamp when the invitation was sent.
invitedAt - The timestamp when the invitation was sent.Copyright © 2023. All rights reserved.