public static interface AssetItem.Builder extends SdkPojo, CopyableBuilder<AssetItem.Builder,AssetItem>
| Modifier and Type | Method and Description |
|---|---|
AssetItem.Builder |
additionalAttributes(AssetItemAdditionalAttributes additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
|
default AssetItem.Builder |
additionalAttributes(Consumer<AssetItemAdditionalAttributes.Builder> additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
|
AssetItem.Builder |
createdAt(Instant createdAt)
The timestamp of when the Amazon DataZone inventory asset was created.
|
AssetItem.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the inventory asset.
|
AssetItem.Builder |
description(String description)
The description of an Amazon DataZone inventory asset.
|
AssetItem.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the inventory asset exists.
|
AssetItem.Builder |
externalIdentifier(String externalIdentifier)
The external identifier of the Amazon DataZone inventory asset.
|
AssetItem.Builder |
firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the inventory asset was created.
|
AssetItem.Builder |
firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the inventory asset.
|
AssetItem.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
|
AssetItem.Builder |
identifier(String identifier)
the identifier of the Amazon DataZone inventory asset.
|
AssetItem.Builder |
name(String name)
The name of the Amazon DataZone inventory asset.
|
AssetItem.Builder |
owningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the inventory asset.
|
AssetItem.Builder |
typeIdentifier(String typeIdentifier)
The identifier of the asset type of the specified Amazon DataZone inventory asset.
|
AssetItem.Builder |
typeRevision(String typeRevision)
The revision of the inventory asset type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetItem.Builder additionalAttributes(AssetItemAdditionalAttributes additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
additionalAttributes - The additional attributes of a Amazon DataZone inventory asset.default AssetItem.Builder additionalAttributes(Consumer<AssetItemAdditionalAttributes.Builder> additionalAttributes)
The additional attributes of a Amazon DataZone inventory asset.
This is a convenience method that creates an instance of theAssetItemAdditionalAttributes.Builder
avoiding the need to create one manually via AssetItemAdditionalAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to additionalAttributes(AssetItemAdditionalAttributes).
additionalAttributes - a consumer that will call methods on AssetItemAdditionalAttributes.BuilderadditionalAttributes(AssetItemAdditionalAttributes)AssetItem.Builder createdAt(Instant createdAt)
The timestamp of when the Amazon DataZone inventory asset was created.
createdAt - The timestamp of when the Amazon DataZone inventory asset was created.AssetItem.Builder createdBy(String createdBy)
The Amazon DataZone user who created the inventory asset.
createdBy - The Amazon DataZone user who created the inventory asset.AssetItem.Builder description(String description)
The description of an Amazon DataZone inventory asset.
description - The description of an Amazon DataZone inventory asset.AssetItem.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the inventory asset exists.
domainId - The identifier of the Amazon DataZone domain in which the inventory asset exists.AssetItem.Builder externalIdentifier(String externalIdentifier)
The external identifier of the Amazon DataZone inventory asset.
externalIdentifier - The external identifier of the Amazon DataZone inventory asset.AssetItem.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the inventory asset was created.
firstRevisionCreatedAt - The timestamp of when the first revision of the inventory asset was created.AssetItem.Builder firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who created the first revision of the inventory asset.
firstRevisionCreatedBy - The Amazon DataZone user who created the first revision of the inventory asset.AssetItem.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
glossaryTerms - The glossary terms attached to the Amazon DataZone inventory asset.AssetItem.Builder glossaryTerms(String... glossaryTerms)
The glossary terms attached to the Amazon DataZone inventory asset.
glossaryTerms - The glossary terms attached to the Amazon DataZone inventory asset.AssetItem.Builder identifier(String identifier)
the identifier of the Amazon DataZone inventory asset.
identifier - the identifier of the Amazon DataZone inventory asset.AssetItem.Builder name(String name)
The name of the Amazon DataZone inventory asset.
name - The name of the Amazon DataZone inventory asset.AssetItem.Builder owningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the inventory asset.
owningProjectId - The identifier of the Amazon DataZone project that owns the inventory asset.AssetItem.Builder typeIdentifier(String typeIdentifier)
The identifier of the asset type of the specified Amazon DataZone inventory asset.
typeIdentifier - The identifier of the asset type of the specified Amazon DataZone inventory asset.AssetItem.Builder typeRevision(String typeRevision)
The revision of the inventory asset type.
typeRevision - The revision of the inventory asset type.Copyright © 2023. All rights reserved.