Interface AssetListingItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetListingItem.Builder,
,AssetListingItem> SdkBuilder<AssetListingItem.Builder,
,AssetListingItem> SdkPojo
- Enclosing class:
AssetListingItem
-
Method Summary
Modifier and TypeMethodDescriptiondefault AssetListingItem.Builder
additionalAttributes
(Consumer<AssetListingItemAdditionalAttributes.Builder> additionalAttributes) The additional attributes of an asset published in an Amazon DataZone catalog.additionalAttributes
(AssetListingItemAdditionalAttributes additionalAttributes) The additional attributes of an asset published in an Amazon DataZone catalog.The timestamp of when an asset published in an Amazon DataZone catalog was created.description
(String description) The description of an asset published in an Amazon DataZone catalog.The identifier of the inventory asset.entityRevision
(String entityRevision) The revision of the inventory asset.entityType
(String entityType) The type of the inventory asset.glossaryTerms
(Collection<DetailedGlossaryTerm> glossaryTerms) Glossary terms attached to the inventory asset.glossaryTerms
(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms) Glossary terms attached to the inventory asset.glossaryTerms
(DetailedGlossaryTerm... glossaryTerms) Glossary terms attached to the inventory asset.listingCreatedBy
(String listingCreatedBy) The Amazon DataZone user who created the listing.The identifier of the listing (asset published in Amazon DataZone catalog).listingRevision
(String listingRevision) The revision of the listing (asset published in Amazon DataZone catalog).listingUpdatedBy
(String listingUpdatedBy) The Amazon DataZone user who updated the listing.The name of the inventory asset.owningProjectId
(String owningProjectId) The identifier of the project that owns the inventory asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
additionalAttributes
AssetListingItem.Builder additionalAttributes(AssetListingItemAdditionalAttributes additionalAttributes) The additional attributes of an asset published in an Amazon DataZone catalog.
- Parameters:
additionalAttributes
- The additional attributes of an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalAttributes
default AssetListingItem.Builder additionalAttributes(Consumer<AssetListingItemAdditionalAttributes.Builder> additionalAttributes) The additional attributes of an asset published in an Amazon DataZone catalog.
This is a convenience method that creates an instance of theAssetListingItemAdditionalAttributes.Builder
avoiding the need to create one manually viaAssetListingItemAdditionalAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadditionalAttributes(AssetListingItemAdditionalAttributes)
.- Parameters:
additionalAttributes
- a consumer that will call methods onAssetListingItemAdditionalAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp of when an asset published in an Amazon DataZone catalog was created.
- Parameters:
createdAt
- The timestamp of when an asset published in an Amazon DataZone catalog was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of an asset published in an Amazon DataZone catalog.
- Parameters:
description
- The description of an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
The identifier of the inventory asset.
- Parameters:
entityId
- The identifier of the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRevision
The revision of the inventory asset.
- Parameters:
entityRevision
- The revision of the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The type of the inventory asset.
- Parameters:
entityType
- The type of the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
Glossary terms attached to the inventory asset.
- Parameters:
glossaryTerms
- Glossary terms attached to the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
Glossary terms attached to the inventory asset.
- Parameters:
glossaryTerms
- Glossary terms attached to the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
Glossary terms attached to the inventory asset.
This is a convenience method that creates an instance of theDetailedGlossaryTerm.Builder
avoiding the need to create one manually viaDetailedGlossaryTerm.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglossaryTerms(List<DetailedGlossaryTerm>)
.- Parameters:
glossaryTerms
- a consumer that will call methods onDetailedGlossaryTerm.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listingCreatedBy
The Amazon DataZone user who created the listing.
- Parameters:
listingCreatedBy
- The Amazon DataZone user who created the listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listingId
The identifier of the listing (asset published in Amazon DataZone catalog).
- Parameters:
listingId
- The identifier of the listing (asset published in Amazon DataZone catalog).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listingRevision
The revision of the listing (asset published in Amazon DataZone catalog).
- Parameters:
listingRevision
- The revision of the listing (asset published in Amazon DataZone catalog).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listingUpdatedBy
The Amazon DataZone user who updated the listing.
- Parameters:
listingUpdatedBy
- The Amazon DataZone user who updated the listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the inventory asset.
- Parameters:
name
- The name of the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
The identifier of the project that owns the inventory asset.
- Parameters:
owningProjectId
- The identifier of the project that owns the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-