Struct aws_sdk_managedblockchain::model::proposal_actions::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ProposalActions
Implementations
Appends an item to invitations
.
To override the contents of this collection use set_invitations
.
The actions to perform for an APPROVED
proposal to invite an AWS account to create a member and join the network.
The actions to perform for an APPROVED
proposal to invite an AWS account to create a member and join the network.
Appends an item to removals
.
To override the contents of this collection use set_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.
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.
Consumes the builder and constructs a ProposalActions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more