public static interface ListProposalsResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<ListProposalsResponse.Builder,ListProposalsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProposalsResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListProposalsResponse.Builder |
proposals(Collection<ProposalSummary> proposals)
The summary of each proposal made on the network.
|
ListProposalsResponse.Builder |
proposals(Consumer<ProposalSummary.Builder>... proposals)
The summary of each proposal made on the network.
|
ListProposalsResponse.Builder |
proposals(ProposalSummary... proposals)
The summary of each proposal made on the network.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProposalsResponse.Builder proposals(Collection<ProposalSummary> proposals)
The summary of each proposal made on the network.
proposals - The summary of each proposal made on the network.ListProposalsResponse.Builder proposals(ProposalSummary... proposals)
The summary of each proposal made on the network.
proposals - The summary of each proposal made on the network.ListProposalsResponse.Builder proposals(Consumer<ProposalSummary.Builder>... proposals)
The summary of each proposal made on the network.
This is a convenience method that creates an instance of theProposalSummary.Builder avoiding the need to
create one manually via
ProposalSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #proposals(List.
proposals - a consumer that will call methods on
ProposalSummary.Builder#proposals(java.util.Collection) ListProposalsResponse.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.Copyright © 2023. All rights reserved.