Interface SubscribedProductListing.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubscribedProductListing.Builder,SubscribedProductListing>,SdkBuilder<SubscribedProductListing.Builder,SubscribedProductListing>,SdkPojo
- Enclosing class:
- SubscribedProductListing
public static interface SubscribedProductListing.Builder extends SdkPojo, CopyableBuilder<SubscribedProductListing.Builder,SubscribedProductListing>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
assetListings
SubscribedProductListing.Builder assetListings(Collection<AssetInDataProductListingItem> assetListings)
The data assets of the data product listing.
- Parameters:
assetListings- The data assets of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetListings
SubscribedProductListing.Builder assetListings(AssetInDataProductListingItem... assetListings)
The data assets of the data product listing.
- Parameters:
assetListings- The data assets of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetListings
SubscribedProductListing.Builder assetListings(Consumer<AssetInDataProductListingItem.Builder>... assetListings)
The data assets of the data product listing.
This is a convenience method that creates an instance of theAssetInDataProductListingItem.Builderavoiding the need to create one manually viaAssetInDataProductListingItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#assetListings(List.) - Parameters:
assetListings- a consumer that will call methods onAssetInDataProductListingItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#assetListings(java.util.Collection)
-
description
SubscribedProductListing.Builder description(String description)
The description of the data product listing.
- Parameters:
description- The description of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
SubscribedProductListing.Builder entityId(String entityId)
The ID of the data product listing.
- Parameters:
entityId- The ID of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRevision
SubscribedProductListing.Builder entityRevision(String entityRevision)
The revision of the data product listing.
- Parameters:
entityRevision- The revision of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
SubscribedProductListing.Builder glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms of the data product listing.
- Parameters:
glossaryTerms- The glossary terms of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
SubscribedProductListing.Builder glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms of the data product listing.
- Parameters:
glossaryTerms- The glossary terms of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
SubscribedProductListing.Builder glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)
The glossary terms of the data product listing.
This is a convenience method that creates an instance of theDetailedGlossaryTerm.Builderavoiding the need to create one manually viaDetailedGlossaryTerm.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#glossaryTerms(List.) - 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:
#glossaryTerms(java.util.Collection)
-
name
SubscribedProductListing.Builder name(String name)
The name of the data product listing.
- Parameters:
name- The name of the data product listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-