public static interface ListTransactionsResponse.Builder extends ManagedBlockchainQueryResponse.Builder, SdkPojo, CopyableBuilder<ListTransactionsResponse.Builder,ListTransactionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionsResponse.Builder |
transactions(Collection<TransactionOutputItem> transactions)
The array of transactions returned by the request.
|
ListTransactionsResponse.Builder |
transactions(Consumer<TransactionOutputItem.Builder>... transactions)
The array of transactions returned by the request.
|
ListTransactionsResponse.Builder |
transactions(TransactionOutputItem... transactions)
The array of transactions returned by the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTransactionsResponse.Builder transactions(Collection<TransactionOutputItem> transactions)
The array of transactions returned by the request.
transactions - The array of transactions returned by the request.ListTransactionsResponse.Builder transactions(TransactionOutputItem... transactions)
The array of transactions returned by the request.
transactions - The array of transactions returned by the request.ListTransactionsResponse.Builder transactions(Consumer<TransactionOutputItem.Builder>... transactions)
The array of transactions returned by the request.
This is a convenience method that creates an instance of theTransactionOutputItem.Builder avoiding
the need to create one manually via
TransactionOutputItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #transactions(List.
transactions - a consumer that will call methods on
TransactionOutputItem.Builder#transactions(java.util.Collection) ListTransactionsResponse.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.