Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.CreateProposalRequest.Builder
-
Packages that use CreateProposalRequest.Builder Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.model -
-
Uses of CreateProposalRequest.Builder in software.amazon.awssdk.services.managedblockchain
Method parameters in software.amazon.awssdk.services.managedblockchain with type arguments of type CreateProposalRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProposalResponse>ManagedBlockchainAsyncClient. createProposal(Consumer<CreateProposalRequest.Builder> createProposalRequest)Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network.default CreateProposalResponseManagedBlockchainClient. createProposal(Consumer<CreateProposalRequest.Builder> createProposalRequest)Creates a proposal for a change to the network that other members of the network can vote on, for example, a proposal to add a new member to the network. -
Uses of CreateProposalRequest.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return CreateProposalRequest.Builder Modifier and Type Method Description default CreateProposalRequest.BuilderCreateProposalRequest.Builder. actions(Consumer<ProposalActions.Builder> actions)The type of actions proposed, such as inviting a member or removing a member.CreateProposalRequest.BuilderCreateProposalRequest.Builder. actions(ProposalActions actions)The type of actions proposed, such as inviting a member or removing a member.static CreateProposalRequest.BuilderCreateProposalRequest. builder()CreateProposalRequest.BuilderCreateProposalRequest.Builder. clientRequestToken(String clientRequestToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.CreateProposalRequest.BuilderCreateProposalRequest.Builder. description(String description)A description for the proposal that is visible to voting members, for example, "Proposal to add Example Corp.CreateProposalRequest.BuilderCreateProposalRequest.Builder. memberId(String memberId)The unique identifier of the member that is creating the proposal.CreateProposalRequest.BuilderCreateProposalRequest.Builder. networkId(String networkId)The unique identifier of the network for which the proposal is made.CreateProposalRequest.BuilderCreateProposalRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProposalRequest.BuilderCreateProposalRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProposalRequest.BuilderCreateProposalRequest.Builder. tags(Map<String,String> tags)Tags to assign to the proposal.CreateProposalRequest.BuilderCreateProposalRequest. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type CreateProposalRequest.Builder Modifier and Type Method Description static Class<? extends CreateProposalRequest.Builder>CreateProposalRequest. serializableBuilderClass()
-