Interface ListProposalVotesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProposalVotesRequest.Builder,ListProposalVotesRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<ListProposalVotesRequest.Builder,ListProposalVotesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProposalVotesRequest
public static interface ListProposalVotesRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListProposalVotesRequest.Builder,ListProposalVotesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProposalVotesRequest.BuildermaxResults(Integer maxResults)The maximum number of votes to return.ListProposalVotesRequest.BuildernetworkId(String networkId)The unique identifier of the network.ListProposalVotesRequest.BuildernextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.ListProposalVotesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProposalVotesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProposalVotesRequest.BuilderproposalId(String proposalId)The unique identifier of the proposal.-
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
ListProposalVotesRequest.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
ListProposalVotesRequest.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.
-
maxResults
ListProposalVotesRequest.Builder maxResults(Integer maxResults)
The maximum number of votes to return.
- Parameters:
maxResults- The maximum number of votes to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProposalVotesRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
- Parameters:
nextToken- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProposalVotesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProposalVotesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-