public static interface Invitation.Builder extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
accountId(String accountId)
The account ID of the master Security Hub account who sent the invitation.
|
Invitation.Builder |
invitationId(String invitationId)
The ID of the invitation sent by the master Security Hub account.
|
Invitation.Builder |
invitedAt(Instant invitedAt)
The timestamp of when the invitation was sent.
|
Invitation.Builder |
memberStatus(String memberStatus)
The current relationship status between the inviter and invitee accounts.
|
copyapplyMutation, buildInvitation.Builder accountId(String accountId)
The account ID of the master Security Hub account who sent the invitation.
accountId - The account ID of the master Security Hub account who sent the invitation.Invitation.Builder invitationId(String invitationId)
The ID of the invitation sent by the master Security Hub account.
invitationId - The ID of the invitation sent by the master Security Hub account.Invitation.Builder invitedAt(Instant invitedAt)
The timestamp of when the invitation was sent.
invitedAt - The timestamp of when the invitation was sent.Invitation.Builder memberStatus(String memberStatus)
The current relationship status between the inviter and invitee accounts.
memberStatus - The current relationship status between the inviter and invitee accounts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.