public static interface Invitation.Builder extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
accountId(String accountId)
The AWS 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 (inviter account) and the
account that received the invitation (invitee account).
|
Invitation.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the account that sent the invitation (inviter account) and the
account that received the invitation (invitee account).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInvitation.Builder accountId(String accountId)
The AWS account ID for the account that sent the invitation.
accountId - The AWS account ID for the account that sent the invitation.Invitation.Builder invitationId(String invitationId)
The unique identifier for the invitation. Amazon Macie uses this identifier to validate the inviter account with the invitee account.
invitationId - The unique identifier for the invitation. Amazon Macie uses this identifier to validate the inviter
account with the invitee account.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 (inviter account) and the account that received the invitation (invitee account).
relationshipStatus - The status of the relationship between the account that sent the invitation (inviter account)
and the account that received the invitation (invitee account).RelationshipStatus,
RelationshipStatusInvitation.Builder relationshipStatus(RelationshipStatus relationshipStatus)
The status of the relationship between the account that sent the invitation (inviter account) and the account that received the invitation (invitee account).
relationshipStatus - The status of the relationship between the account that sent the invitation (inviter account)
and the account that received the invitation (invitee account).RelationshipStatus,
RelationshipStatusCopyright © 2020. All rights reserved.