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)
Add an optional request override configuration.
|
ListProposalVotesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListProposalVotesRequest.Builder |
proposalId(String proposalId)
The unique identifier of the proposal.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProposalVotesRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListProposalVotesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.