| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
Invitation.Builder.accountId(String accountId)
The Amazon Web Services 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 and the account that received the
invitation.
|
Invitation.Builder |
Invitation.Builder.relationshipStatus(String relationshipStatus)
The status of the relationship between the account that sent the invitation and the account that received the
invitation.
|
Invitation.Builder |
Invitation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Invitation.Builder> |
Invitation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAdministratorAccountResponse.Builder |
GetAdministratorAccountResponse.Builder.administrator(Consumer<Invitation.Builder> administrator)
The Amazon Web Services account ID for the administrator account.
|
default GetMasterAccountResponse.Builder |
GetMasterAccountResponse.Builder.master(Consumer<Invitation.Builder> master)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
Copyright © 2023. All rights reserved.