Interface CreateAssetFilterResponse.Builder

    • Method Detail

      • assetId

        CreateAssetFilterResponse.Builder assetId​(String assetId)

        The ID of the asset.

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

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

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

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

        CreateAssetFilterResponse.Builder domainId​(String domainId)

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

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

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

        The column names in the asset filter.

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

        CreateAssetFilterResponse.Builder effectiveColumnNames​(String... effectiveColumnNames)

        The column names in the asset filter.

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

        CreateAssetFilterResponse.Builder effectiveRowFilter​(String effectiveRowFilter)

        The row filter in the asset filter.

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

        CreateAssetFilterResponse.Builder errorMessage​(String errorMessage)

        The error message that is displayed if the asset filter is not created successfully.

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

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

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