Interface AssetInDataProductListingItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetInDataProductListingItem.Builder,
,AssetInDataProductListingItem> SdkBuilder<AssetInDataProductListingItem.Builder,
,AssetInDataProductListingItem> SdkPojo
- Enclosing class:
AssetInDataProductListingItem
@Mutable
@NotThreadSafe
public static interface AssetInDataProductListingItem.Builder
extends SdkPojo, CopyableBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe entity ID of the listing of the asset in a data product.entityRevision
(String entityRevision) The entity revision of the listing of the asset in a data product.entityType
(String entityType) The entity type of the listing of the asset in a data product.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
-
entityId
The entity ID of the listing of the asset in a data product.
- Parameters:
entityId
- The entity ID of the listing of the asset in a data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRevision
The entity revision of the listing of the asset in a data product.
- Parameters:
entityRevision
- The entity revision of the listing of the asset in a data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The entity type of the listing of the asset in a data product.
- Parameters:
entityType
- The entity type of the listing of the asset in a data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-