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, sdkFields
copy
applyMutation, build
Master.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.