public static interface Master.Builder extends CopyableBuilder<Master.Builder,Master>
| Modifier and Type | Method and Description |
|---|---|
Master.Builder |
accountId(String accountId)
Master account ID
|
Master.Builder |
invitationId(String invitationId)
This value is used to validate the master account to the member account.
|
Master.Builder |
invitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
Master.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the master and member accounts.
|
copyapply, buildMaster.Builder accountId(String accountId)
accountId - Master account IDMaster.Builder invitationId(String invitationId)
invitationId - This value is used to validate the master account to the member account.Master.Builder invitedAt(String invitedAt)
invitedAt - Timestamp at which the invitation was sentMaster.Builder relationshipStatus(String relationshipStatus)
relationshipStatus - The status of the relationship between the master and member accounts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.