Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.ListProposalsRequest.Builder
-
Packages that use ListProposalsRequest.Builder Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ListProposalsRequest.Builder in software.amazon.awssdk.services.managedblockchain
-
Uses of ListProposalsRequest.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ListProposalsRequest.Builder Modifier and Type Method Description static ListProposalsRequest.BuilderListProposalsRequest. builder()ListProposalsRequest.BuilderListProposalsRequest.Builder. maxResults(Integer maxResults)The maximum number of proposals to return.ListProposalsRequest.BuilderListProposalsRequest.Builder. networkId(String networkId)The unique identifier of the network.ListProposalsRequest.BuilderListProposalsRequest.Builder. nextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.ListProposalsRequest.BuilderListProposalsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProposalsRequest.BuilderListProposalsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProposalsRequest.BuilderListProposalsRequest. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type ListProposalsRequest.Builder Modifier and Type Method Description static Class<? extends ListProposalsRequest.Builder>ListProposalsRequest. serializableBuilderClass()
-