Interface UpdateAssetFilterResponse.Builder

    • Method Detail

      • assetId

        UpdateAssetFilterResponse.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.
      • configuration

        UpdateAssetFilterResponse.Builder configuration​(AssetFilterConfiguration configuration)

        The configuration of the asset filter.

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

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

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

        UpdateAssetFilterResponse.Builder domainId​(String domainId)

        The ID of the domain where the asset filter was created.

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

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

        The column names of the asset filter.

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

        UpdateAssetFilterResponse.Builder effectiveColumnNames​(String... effectiveColumnNames)

        The column names of the asset filter.

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

        UpdateAssetFilterResponse.Builder effectiveRowFilter​(String effectiveRowFilter)

        The row filter of the asset filter.

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

        UpdateAssetFilterResponse.Builder errorMessage​(String errorMessage)

        The error message that is displayed if the action is not completed successfully.

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

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

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