| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static HandshakeParty.Builder |
HandshakeParty.builder() |
HandshakeParty.Builder |
HandshakeParty.Builder.id(String id)
The unique identifier (ID) for the party.
|
HandshakeParty.Builder |
HandshakeParty.toBuilder() |
HandshakeParty.Builder |
HandshakeParty.Builder.type(HandshakePartyType type)
The type of party.
|
HandshakeParty.Builder |
HandshakeParty.Builder.type(String type)
The type of party.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HandshakeParty.Builder> |
HandshakeParty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.target(Consumer<HandshakeParty.Builder> target)
The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.
|
Copyright © 2023. All rights reserved.