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