default AssetItem.Builder |
AssetItem.Builder.additionalAttributes(Consumer<AssetItemAdditionalAttributes.Builder> additionalAttributes) |
The additional attributes of a Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.additionalAttributes(AssetItemAdditionalAttributes 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(String... glossaryTerms) |
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem.Builder |
AssetItem.Builder.glossaryTerms(Collection<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.
|