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 AWS 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 AWS 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 AWS 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 AWS account to create a member and
join the network.
invitations - The actions to perform for an APPROVED proposal to invite an AWS 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 AWS account to create a member and
join the network.
invitations - The actions to perform for an APPROVED proposal to invite an AWS 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 AWS account to create a member and
join the network.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #invitations(List) .invitations - a consumer that will call methods on List.Builder #invitations(List) 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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #removals(List) .removals - a consumer that will call methods on List.Builder #removals(List) Copyright © 2021. All rights reserved.