| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
Invitation.Builder.accountId(String accountId)
The AWS account ID for the account that sent the invitation.
|
static Invitation.Builder |
Invitation.builder() |
Invitation.Builder |
Invitation.Builder.invitationId(String invitationId)
The unique identifier for the invitation.
|
Invitation.Builder |
Invitation.Builder.invitedAt(Instant invitedAt)
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
|
Invitation.Builder |
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 |
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).
|
Invitation.Builder |
Invitation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Invitation.Builder> |
Invitation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetMasterAccountResponse.Builder |
GetMasterAccountResponse.Builder.master(Consumer<Invitation.Builder> master)
The AWS account ID for the master account.
|
Copyright © 2020. All rights reserved.