public static interface VoteOnProposalRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>
| Modifier and Type | Method and Description |
|---|---|
VoteOnProposalRequest.Builder |
networkId(String networkId)
The unique identifier of the network.
|
VoteOnProposalRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
VoteOnProposalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
VoteOnProposalRequest.Builder |
proposalId(String proposalId)
The unique identifier of the proposal.
|
VoteOnProposalRequest.Builder |
vote(String vote)
The value of the vote.
|
VoteOnProposalRequest.Builder |
vote(VoteValue vote)
The value of the vote.
|
VoteOnProposalRequest.Builder |
voterMemberId(String voterMemberId)
The unique identifier of the member casting the vote.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildVoteOnProposalRequest.Builder networkId(String networkId)
The unique identifier of the network.
networkId - The unique identifier of the network.VoteOnProposalRequest.Builder proposalId(String proposalId)
The unique identifier of the proposal.
proposalId - The unique identifier of the proposal.VoteOnProposalRequest.Builder voterMemberId(String voterMemberId)
The unique identifier of the member casting the vote.
voterMemberId - The unique identifier of the member casting the vote.VoteOnProposalRequest.Builder vote(String vote)
The value of the vote.
VoteOnProposalRequest.Builder vote(VoteValue vote)
The value of the vote.
VoteOnProposalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderVoteOnProposalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.