| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetItem.Builder |
AssetItem.Builder.additionalAttributes(AssetItemAdditionalAttributes additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
|
default AssetItem.Builder |
AssetItem.Builder.additionalAttributes(Consumer<AssetItemAdditionalAttributes.Builder> additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
|
static AssetItem.Builder |
AssetItem.builder() |
AssetItem.Builder |
AssetItem.Builder.createdAt(Instant createdAt)
The timestamp of when the Amazon DataZone inventory asset was created.
|
AssetItem.Builder |
AssetItem.Builder.createdBy(String createdBy)
The Amazon DataZone user who created the inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.description(String description)
The description of an Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain in which the inventory asset exists.
|
AssetItem.Builder |
AssetItem.Builder.externalIdentifier(String externalIdentifier)
The external identifier of the Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the inventory asset was created.
|
AssetItem.Builder |
AssetItem.Builder.firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.glossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.glossaryTerms(String... glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.identifier(String identifier)
the identifier of the Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.name(String name)
The name of the Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.owningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the inventory asset.
|
AssetItem.Builder |
AssetItem.toBuilder() |
AssetItem.Builder |
AssetItem.Builder.typeIdentifier(String typeIdentifier)
The identifier of the asset type of the specified Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.typeRevision(String typeRevision)
The revision of the inventory asset type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssetItem.Builder> |
AssetItem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchInventoryResultItem.Builder |
SearchInventoryResultItem.Builder.assetItem(Consumer<AssetItem.Builder> assetItem)
The asset item included in the search results.
|
static SearchInventoryResultItem |
SearchInventoryResultItem.fromAssetItem(Consumer<AssetItem.Builder> assetItem)
Create an instance of this class with
SearchInventoryResultItem.assetItem() initialized to the given value. |
Copyright © 2023. All rights reserved.