| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and 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 CreateProposalResponse |
ManagedBlockchainClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateProposalRequest.Builder |
CreateProposalRequest.Builder.actions(Consumer<ProposalActions.Builder> actions)
The type of actions proposed, such as inviting a member or removing a member.
|
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.actions(ProposalActions actions)
The type of actions proposed, such as inviting a member or removing a member.
|
static CreateProposalRequest.Builder |
CreateProposalRequest.builder() |
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.description(String description)
A description for the proposal that is visible to voting members, for example,
"Proposal to add Example Corp.
|
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.memberId(String memberId)
The unique identifier of the member that is creating the proposal.
|
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.networkId(String networkId)
The unique identifier of the network for which the proposal is made.
|
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProposalRequest.Builder |
CreateProposalRequest.Builder.tags(Map<String,String> tags)
Tags to assign to the proposal.
|
CreateProposalRequest.Builder |
CreateProposalRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProposalRequest.Builder> |
CreateProposalRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.