public static interface ListProposalVotesRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListProposalVotesRequest.Builder,ListProposalVotesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProposalVotesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of votes to return.
|
ListProposalVotesRequest.Builder |
networkId(String networkId)
The unique identifier of the network.
|
ListProposalVotesRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListProposalVotesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProposalVotesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProposalVotesRequest.Builder |
proposalId(String proposalId)
The unique identifier of the proposal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProposalVotesRequest.Builder networkId(String networkId)
The unique identifier of the network.
networkId - The unique identifier of the network.ListProposalVotesRequest.Builder proposalId(String proposalId)
The unique identifier of the proposal.
proposalId - The unique identifier of the proposal.ListProposalVotesRequest.Builder maxResults(Integer maxResults)
The maximum number of votes to return.
maxResults - The maximum number of votes to return.ListProposalVotesRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.ListProposalVotesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProposalVotesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.