| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static SubscribedAssetListing.Builder |
SubscribedAssetListing.builder() |
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.entityId(String entityId)
The identifier of the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.entityRevision(String entityRevision)
The revision of the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.entityType(String entityType)
The type of the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.forms(String forms)
The forms attached to the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.Builder.glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
SubscribedAssetListing.Builder |
SubscribedAssetListing.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubscribedAssetListing.Builder> |
SubscribedAssetListing.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SubscribedListingItem.Builder |
SubscribedListingItem.Builder.assetListing(Consumer<SubscribedAssetListing.Builder> assetListing)
The asset for which the subscription grant is created.
|
static SubscribedListingItem |
SubscribedListingItem.fromAssetListing(Consumer<SubscribedAssetListing.Builder> assetListing)
Create an instance of this class with
SubscribedListingItem.assetListing() initialized to the given value. |
Copyright © 2023. All rights reserved.