| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetItem |
AssetItem.clone() |
AssetItem |
SearchInventoryResultItem.getAssetItem()
The asset item included in the search results.
|
AssetItem |
AssetItem.withAdditionalAttributes(AssetItemAdditionalAttributes additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withCreatedAt(Date createdAt)
The timestamp of when the Amazon DataZone inventory asset was created.
|
AssetItem |
AssetItem.withCreatedBy(String createdBy)
The Amazon DataZone user who created the inventory asset.
|
AssetItem |
AssetItem.withDescription(String description)
The description of an Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the inventory asset exists.
|
AssetItem |
AssetItem.withExternalIdentifier(String externalIdentifier)
The external identifier of the Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)
The timestamp of when the first revision of the inventory asset was created.
|
AssetItem |
AssetItem.withFirstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the inventory asset.
|
AssetItem |
AssetItem.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withGlossaryTerms(String... glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withIdentifier(String identifier)
the identifier of the Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withName(String name)
The name of the Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withOwningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the inventory asset.
|
AssetItem |
AssetItem.withTypeIdentifier(String typeIdentifier)
The identifier of the asset type of the specified Amazon DataZone inventory asset.
|
AssetItem |
AssetItem.withTypeRevision(String typeRevision)
The revision of the inventory asset type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInventoryResultItem.setAssetItem(AssetItem assetItem)
The asset item included in the search results.
|
SearchInventoryResultItem |
SearchInventoryResultItem.withAssetItem(AssetItem assetItem)
The asset item included in the search results.
|
Copyright © 2024. All rights reserved.