static DataProductResultItem.Builder |
DataProductResultItem.builder() |
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.createdAt(Instant createdAt) |
The timestamp at which the data product was created.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.createdBy(String createdBy) |
The user who created the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.description(String description) |
The description of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.domainId(String domainId) |
The ID of the domain where the data product lives.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.firstRevisionCreatedAt(Instant firstRevisionCreatedAt) |
The timestamp at which first revision of the data product was created.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.firstRevisionCreatedBy(String firstRevisionCreatedBy) |
The user who created the first revision of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.glossaryTerms(String... glossaryTerms) |
The glossary terms of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.glossaryTerms(Collection<String> glossaryTerms) |
The glossary terms of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.id(String id) |
The ID of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.name(String name) |
The name of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.Builder.owningProjectId(String owningProjectId) |
The ID of the owning project of the data product.
|
DataProductResultItem.Builder |
DataProductResultItem.toBuilder() |
|