Interface AssetFilterSummary.Builder

    • Method Detail

      • assetId

        AssetFilterSummary.Builder assetId​(String assetId)

        The ID of the data asset.

        Parameters:
        assetId - The ID of the data asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        AssetFilterSummary.Builder createdAt​(Instant createdAt)

        The timestamp at which the asset filter was created.

        Parameters:
        createdAt - The timestamp at which the asset filter was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AssetFilterSummary.Builder description​(String description)

        The description of the asset filter.

        Parameters:
        description - The description of the asset filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        AssetFilterSummary.Builder domainId​(String domainId)

        The ID of the domain where the asset filter lives.

        Parameters:
        domainId - The ID of the domain where the asset filter lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • effectiveColumnNames

        AssetFilterSummary.Builder effectiveColumnNames​(Collection<String> effectiveColumnNames)

        The effective column names of the asset filter.

        Parameters:
        effectiveColumnNames - The effective column names of the asset filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • effectiveColumnNames

        AssetFilterSummary.Builder effectiveColumnNames​(String... effectiveColumnNames)

        The effective column names of the asset filter.

        Parameters:
        effectiveColumnNames - The effective column names of the asset filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • effectiveRowFilter

        AssetFilterSummary.Builder effectiveRowFilter​(String effectiveRowFilter)

        The effective row filter of the asset filter.

        Parameters:
        effectiveRowFilter - The effective row filter of the asset filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        AssetFilterSummary.Builder errorMessage​(String errorMessage)

        The error message that is displayed if the action does not succeed.

        Parameters:
        errorMessage - The error message that is displayed if the action does not succeed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        AssetFilterSummary.Builder id​(String id)

        The ID of the asset filter.

        Parameters:
        id - The ID of the asset filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AssetFilterSummary.Builder name​(String name)

        The name of the asset filter.

        Parameters:
        name - The name of the asset filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.