Interface AssetInDataProductListingItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>,SdkBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>,SdkPojo
- Enclosing class:
- AssetInDataProductListingItem
public static interface AssetInDataProductListingItem.Builder extends SdkPojo, CopyableBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetInDataProductListingItem.BuilderentityId(String entityId)The entity ID of the listing of the asset in a data product.AssetInDataProductListingItem.BuilderentityRevision(String entityRevision)The entity revision of the listing of the asset in a data product.AssetInDataProductListingItem.BuilderentityType(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, sdkFields
-
-
-
-
Method Detail
-
entityId
AssetInDataProductListingItem.Builder entityId(String 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
AssetInDataProductListingItem.Builder entityRevision(String 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
AssetInDataProductListingItem.Builder entityType(String 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.
-
-