public static interface ProposalActions.Builder extends SdkPojo, CopyableBuilder<ProposalActions.Builder,ProposalActions>
| Modifier and Type | Method and Description |
|---|---|
ProposalActions.Builder |
invitations(Collection<InviteAction> invitations)
The actions to perform for an
APPROVED proposal to invite an Amazon Web Services account to
create a member and join the network. |
ProposalActions.Builder |
invitations(Consumer<InviteAction.Builder>... invitations)
The actions to perform for an
APPROVED proposal to invite an Amazon Web Services account to
create a member and join the network. |
ProposalActions.Builder |
invitations(InviteAction... invitations)
The actions to perform for an
APPROVED proposal to invite an Amazon Web Services account to
create a member and join the network. |
ProposalActions.Builder |
removals(Collection<RemoveAction> removals)
The actions to perform for an
APPROVED proposal to remove a member from the network, which
deletes the member and all associated member resources from the network. |
ProposalActions.Builder |
removals(Consumer<RemoveAction.Builder>... removals)
The actions to perform for an
APPROVED proposal to remove a member from the network, which
deletes the member and all associated member resources from the network. |
ProposalActions.Builder |
removals(RemoveAction... removals)
The actions to perform for an
APPROVED proposal to remove a member from the network, which
deletes the member and all associated member resources from the network. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProposalActions.Builder invitations(Collection<InviteAction> invitations)
The actions to perform for an APPROVED proposal to invite an Amazon Web Services account to
create a member and join the network.
invitations - The actions to perform for an APPROVED proposal to invite an Amazon Web Services account
to create a member and join the network.ProposalActions.Builder invitations(InviteAction... invitations)
The actions to perform for an APPROVED proposal to invite an Amazon Web Services account to
create a member and join the network.
invitations - The actions to perform for an APPROVED proposal to invite an Amazon Web Services account
to create a member and join the network.ProposalActions.Builder invitations(Consumer<InviteAction.Builder>... invitations)
The actions to perform for an APPROVED proposal to invite an Amazon Web Services account to
create a member and join the network.
InviteAction.Builder avoiding the need to
create one manually via
InviteAction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #invitations(List.
invitations - a consumer that will call methods on
InviteAction.Builder#invitations(java.util.Collection) ProposalActions.Builder removals(Collection<RemoveAction> removals)
The actions to perform for an APPROVED proposal to remove a member from the network, which
deletes the member and all associated member resources from the network.
removals - The actions to perform for an APPROVED proposal to remove a member from the network,
which deletes the member and all associated member resources from the network.ProposalActions.Builder removals(RemoveAction... removals)
The actions to perform for an APPROVED proposal to remove a member from the network, which
deletes the member and all associated member resources from the network.
removals - The actions to perform for an APPROVED proposal to remove a member from the network,
which deletes the member and all associated member resources from the network.ProposalActions.Builder removals(Consumer<RemoveAction.Builder>... removals)
The actions to perform for an APPROVED proposal to remove a member from the network, which
deletes the member and all associated member resources from the network.
RemoveAction.Builder avoiding the need to
create one manually via
RemoveAction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #removals(List.
removals - a consumer that will call methods on
RemoveAction.Builder#removals(java.util.Collection) Copyright © 2023. All rights reserved.