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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #proposals(List) .proposals - a consumer that will call methods on List.Builder #proposals(List) 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 © 2021. All rights reserved.