public static interface Invitation.Builder extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
accountId(String accountId)
The Amazon Web Services account ID for the account that sent the invitation.
|
Invitation.Builder |
invitationId(String invitationId)
The unique identifier for the invitation.
|
Invitation.Builder |
invitedAt(Instant invitedAt)
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
|
Invitation.Builder |
relationshipStatus(RelationshipStatus relationshipStatus)
The status of the relationship between the account that sent the invitation and the account that received the
invitation.
|
Invitation.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the account that sent the invitation and the account that received the
invitation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInvitation.Builder accountId(String accountId)
The Amazon Web Services account ID for the account that sent the invitation.
accountId - The Amazon Web Services account ID for the account that sent the invitation.Invitation.Builder invitationId(String invitationId)
The unique identifier for the invitation.
invitationId - The unique identifier for the invitation.Invitation.Builder invitedAt(Instant invitedAt)
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
invitedAt - The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.Invitation.Builder relationshipStatus(String relationshipStatus)
The status of the relationship between the account that sent the invitation and the account that received the invitation.
relationshipStatus - The status of the relationship between the account that sent the invitation and the account that
received the invitation.RelationshipStatus,
RelationshipStatusInvitation.Builder relationshipStatus(RelationshipStatus relationshipStatus)
The status of the relationship between the account that sent the invitation and the account that received the invitation.
relationshipStatus - The status of the relationship between the account that sent the invitation and the account that
received the invitation.RelationshipStatus,
RelationshipStatusCopyright © 2022. All rights reserved.