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