public static interface SearchResultItem.Builder extends SdkPojo, CopyableBuilder<SearchResultItem.Builder,SearchResultItem>
| Modifier and Type | Method and Description |
|---|---|
SearchResultItem.Builder |
assetListing(AssetListingItem assetListing)
The asset listing included in the results of the
SearchListings action. |
default SearchResultItem.Builder |
assetListing(Consumer<AssetListingItem.Builder> assetListing)
The asset listing included in the results of the
SearchListings action. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResultItem.Builder assetListing(AssetListingItem assetListing)
The asset listing included in the results of the SearchListings action.
assetListing - The asset listing included in the results of the SearchListings action.default SearchResultItem.Builder assetListing(Consumer<AssetListingItem.Builder> assetListing)
The asset listing included in the results of the SearchListings action.
AssetListingItem.Builder avoiding the
need to create one manually via AssetListingItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assetListing(AssetListingItem).
assetListing - a consumer that will call methods on AssetListingItem.BuilderassetListing(AssetListingItem)Copyright © 2023. All rights reserved.