public static interface SubscribedListingItem.Builder extends SdkPojo, CopyableBuilder<SubscribedListingItem.Builder,SubscribedListingItem>
| Modifier and Type | Method and Description |
|---|---|
default SubscribedListingItem.Builder |
assetListing(Consumer<SubscribedAssetListing.Builder> assetListing)
The asset for which the subscription grant is created.
|
SubscribedListingItem.Builder |
assetListing(SubscribedAssetListing assetListing)
The asset for which the subscription grant is created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscribedListingItem.Builder assetListing(SubscribedAssetListing assetListing)
The asset for which the subscription grant is created.
assetListing - The asset for which the subscription grant is created.default SubscribedListingItem.Builder assetListing(Consumer<SubscribedAssetListing.Builder> assetListing)
The asset for which the subscription grant is created.
This is a convenience method that creates an instance of theSubscribedAssetListing.Builder avoiding
the need to create one manually via SubscribedAssetListing.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to assetListing(SubscribedAssetListing).
assetListing - a consumer that will call methods on SubscribedAssetListing.BuilderassetListing(SubscribedAssetListing)Copyright © 2023. All rights reserved.