Interface DataProductListing.Builder

    • Method Detail

      • createdAt

        DataProductListing.Builder createdAt​(Instant createdAt)

        The timestamp at which the data product listing was created.

        Parameters:
        createdAt - The timestamp at which the data product listing was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataProductId

        DataProductListing.Builder dataProductId​(String dataProductId)

        The ID of the data product listing.

        Parameters:
        dataProductId - The ID of the data product listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataProductRevision

        DataProductListing.Builder dataProductRevision​(String dataProductRevision)

        The revision of the data product listing.

        Parameters:
        dataProductRevision - The revision of the data product listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forms

        DataProductListing.Builder forms​(String forms)

        The metadata forms of the data product listing.

        Parameters:
        forms - The metadata forms of the data product listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        DataProductListing.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

        DataProductListing.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.
      • items

        DataProductListing.Builder items​(Collection<ListingSummary> items)

        The data assets of the data product listing.

        Parameters:
        items - The data assets of the data product listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        DataProductListing.Builder items​(ListingSummary... items)

        The data assets of the data product listing.

        Parameters:
        items - The data assets of the data product listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owningProjectId

        DataProductListing.Builder owningProjectId​(String owningProjectId)

        The ID of the owning project of the data product listing.

        Parameters:
        owningProjectId - The ID of the owning project of the data product listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.