public static interface ListAssetContractsResponse.Builder extends ManagedBlockchainQueryResponse.Builder, SdkPojo, CopyableBuilder<ListAssetContractsResponse.Builder,ListAssetContractsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssetContractsResponse.Builder |
contracts(AssetContract... contracts)
An array of contract objects that contain the properties for each contract.
|
ListAssetContractsResponse.Builder |
contracts(Collection<AssetContract> contracts)
An array of contract objects that contain the properties for each contract.
|
ListAssetContractsResponse.Builder |
contracts(Consumer<AssetContract.Builder>... contracts)
An array of contract objects that contain the properties for each contract.
|
ListAssetContractsResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetContractsResponse.Builder contracts(Collection<AssetContract> contracts)
An array of contract objects that contain the properties for each contract.
contracts - An array of contract objects that contain the properties for each contract.ListAssetContractsResponse.Builder contracts(AssetContract... contracts)
An array of contract objects that contain the properties for each contract.
contracts - An array of contract objects that contain the properties for each contract.ListAssetContractsResponse.Builder contracts(Consumer<AssetContract.Builder>... contracts)
An array of contract objects that contain the properties for each contract.
This is a convenience method that creates an instance of theAssetContract.Builder avoiding the need
to create one manually via
AssetContract.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #contracts(List.
contracts - a consumer that will call methods on
AssetContract.Builder#contracts(java.util.Collection) ListAssetContractsResponse.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.