public static interface AssetListing.Builder extends SdkPojo, CopyableBuilder<AssetListing.Builder,AssetListing>
| Modifier and Type | Method and Description |
|---|---|
AssetListing.Builder |
assetId(String assetId)
The identifier of an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
assetRevision(String assetRevision)
The revision of an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
assetType(String assetType)
The type of an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
createdAt(Instant createdAt)
The timestamp of when an asset published in an Amazon DataZone catalog was created.
|
AssetListing.Builder |
forms(String forms)
The metadata forms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
|
AssetListing.Builder |
owningProjectId(String owningProjectId)
The identifier of the project where an asset published in an Amazon DataZone catalog exists.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetListing.Builder assetId(String assetId)
The identifier of an asset published in an Amazon DataZone catalog.
assetId - The identifier of an asset published in an Amazon DataZone catalog.AssetListing.Builder assetRevision(String assetRevision)
The revision of an asset published in an Amazon DataZone catalog.
assetRevision - The revision of an asset published in an Amazon DataZone catalog.AssetListing.Builder assetType(String assetType)
The type of an asset published in an Amazon DataZone catalog.
assetType - The type of an asset published in an Amazon DataZone catalog.AssetListing.Builder createdAt(Instant createdAt)
The timestamp of when an asset published in an Amazon DataZone catalog was created.
createdAt - The timestamp of when an asset published in an Amazon DataZone catalog was created.AssetListing.Builder forms(String forms)
The metadata forms attached to an asset published in an Amazon DataZone catalog.
forms - The metadata forms attached to an asset published in an Amazon DataZone catalog.AssetListing.Builder glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
glossaryTerms - The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListing.Builder glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
glossaryTerms - The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListing.Builder glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
This is a convenience method that creates an instance of theDetailedGlossaryTerm.Builder avoiding the need to
create one manually via DetailedGlossaryTerm.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #glossaryTerms(List.
glossaryTerms - a consumer that will call methods on
DetailedGlossaryTerm.Builder#glossaryTerms(java.util.Collection) AssetListing.Builder owningProjectId(String owningProjectId)
The identifier of the project where an asset published in an Amazon DataZone catalog exists.
owningProjectId - The identifier of the project where an asset published in an Amazon DataZone catalog exists.Copyright © 2023. All rights reserved.