| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetListing.Builder |
AssetListing.Builder.assetId(String assetId)
The identifier of an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
AssetListing.Builder.assetRevision(String assetRevision)
The revision of an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
AssetListing.Builder.assetType(String assetType)
The type of an asset published in an Amazon DataZone catalog.
|
static AssetListing.Builder |
AssetListing.builder() |
AssetListing.Builder |
AssetListing.Builder.createdAt(Instant createdAt)
The timestamp of when an asset published in an Amazon DataZone catalog was created.
|
AssetListing.Builder |
AssetListing.Builder.forms(String forms)
The metadata forms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
AssetListing.Builder.glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
AssetListing.Builder.glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
AssetListing.Builder.glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
AssetListing.Builder.owningProjectId(String owningProjectId)
The identifier of the project where an asset published in an Amazon DataZone catalog exists.
|
AssetListing.Builder |
AssetListing.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssetListing.Builder> |
AssetListing.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListingItem.Builder |
ListingItem.Builder.assetListing(Consumer<AssetListing.Builder> assetListing)
An asset published in an Amazon DataZone catalog.
|
static ListingItem |
ListingItem.fromAssetListing(Consumer<AssetListing.Builder> assetListing)
Create an instance of this class with
ListingItem.assetListing() initialized to the given value. |
Copyright © 2023. All rights reserved.