Interface VoteOnProposalRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- VoteOnProposalRequest
public static interface VoteOnProposalRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<VoteOnProposalRequest.Builder,VoteOnProposalRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoteOnProposalRequest.BuildernetworkId(String networkId)The unique identifier of the network.VoteOnProposalRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)VoteOnProposalRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)VoteOnProposalRequest.BuilderproposalId(String proposalId)The unique identifier of the proposal.VoteOnProposalRequest.Buildervote(String vote)The value of the vote.VoteOnProposalRequest.Buildervote(VoteValue vote)The value of the vote.VoteOnProposalRequest.BuildervoterMemberId(String voterMemberId)The unique identifier of the member casting the vote.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.managedblockchain.model.ManagedBlockchainRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkId
VoteOnProposalRequest.Builder networkId(String networkId)
The unique identifier of the network.
- Parameters:
networkId- The unique identifier of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proposalId
VoteOnProposalRequest.Builder proposalId(String proposalId)
The unique identifier of the proposal.
- Parameters:
proposalId- The unique identifier of the proposal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voterMemberId
VoteOnProposalRequest.Builder voterMemberId(String voterMemberId)
The unique identifier of the member casting the vote.
- Parameters:
voterMemberId- The unique identifier of the member casting the vote.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vote
VoteOnProposalRequest.Builder vote(String vote)
The value of the vote.
-
vote
VoteOnProposalRequest.Builder vote(VoteValue vote)
The value of the vote.
-
overrideConfiguration
VoteOnProposalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
VoteOnProposalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-