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