Uses of Interface
software.amazon.awssdk.services.macie2.model.Invitation.Builder
-
Packages that use Invitation.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Invitation.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return Invitation.Builder Modifier and Type Method Description Invitation.BuilderInvitation.Builder. accountId(String accountId)The Amazon Web Services account ID for the account that sent the invitation.static Invitation.BuilderInvitation. builder()Invitation.BuilderInvitation.Builder. invitationId(String invitationId)The unique identifier for the invitation.Invitation.BuilderInvitation.Builder. invitedAt(Instant invitedAt)The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.Invitation.BuilderInvitation.Builder. relationshipStatus(String relationshipStatus)The status of the relationship between the account that sent the invitation and the account that received the invitation.Invitation.BuilderInvitation.Builder. relationshipStatus(RelationshipStatus relationshipStatus)The status of the relationship between the account that sent the invitation and the account that received the invitation.Invitation.BuilderInvitation. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Invitation.Builder Modifier and Type Method Description static Class<? extends Invitation.Builder>Invitation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Invitation.Builder Modifier and Type Method Description default GetAdministratorAccountResponse.BuilderGetAdministratorAccountResponse.Builder. administrator(Consumer<Invitation.Builder> administrator)The Amazon Web Services account ID for the administrator account.default GetMasterAccountResponse.BuilderGetMasterAccountResponse.Builder. master(Consumer<Invitation.Builder> master)(Deprecated) The Amazon Web Services account ID for the administrator account.
-