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 Security Hub administrator account that the invitation was sent from.
|
Invitation.Builder |
invitationId(String invitationId)
The ID of the invitation sent to the member account.
|
Invitation.Builder |
invitedAt(Instant invitedAt)
The timestamp of when the invitation was sent.
|
Invitation.Builder |
memberStatus(String memberStatus)
The current status of the association between the member and administrator accounts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInvitation.Builder accountId(String accountId)
The account ID of the Security Hub administrator account that the invitation was sent from.
accountId - The account ID of the Security Hub administrator account that the invitation was sent from.Invitation.Builder invitationId(String invitationId)
The ID of the invitation sent to the member account.
invitationId - The ID of the invitation sent to the member 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 status of the association between the member and administrator accounts.
memberStatus - The current status of the association between the member and administrator accounts.Copyright © 2023. All rights reserved.