default DataProductListingItem.Builder |
DataProductListingItem.Builder.additionalAttributes(Consumer<DataProductListingItemAdditionalAttributes.Builder> additionalAttributes) |
The additional attributes of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.additionalAttributes(DataProductListingItemAdditionalAttributes additionalAttributes) |
The additional attributes of the asset of the data product.
|
static DataProductListingItem.Builder |
DataProductListingItem.builder() |
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.createdAt(Instant createdAt) |
The timestamp at which the asset of the data product listing was created.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.description(String description) |
The description of the asset of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.entityId(String entityId) |
The entity ID of the asset of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.entityRevision(String entityRevision) |
The revision of the asset of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms) |
The glossary terms of the asset of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms) |
The glossary terms of the asset of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.glossaryTerms(DetailedGlossaryTerm... glossaryTerms) |
The glossary terms of the asset of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.items(Collection<ListingSummaryItem> items) |
The data of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.items(Consumer<ListingSummaryItem.Builder>... items) |
The data of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.items(ListingSummaryItem... items) |
The data of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.listingCreatedBy(String listingCreatedBy) |
The timestamp at which the listing was created.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.listingId(String listingId) |
The ID of the listing.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.listingRevision(String listingRevision) |
The revision of the listing.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.listingUpdatedBy(String listingUpdatedBy) |
The user who updated the listing.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.name(String name) |
The name of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.Builder.owningProjectId(String owningProjectId) |
The ID of the owning project of the asset of the data product.
|
DataProductListingItem.Builder |
DataProductListingItem.toBuilder() |
|