Interface DimensionFilter.Builder

    • Method Detail

      • dimensionName

        DimensionFilter.Builder dimensionName​(String dimensionName)

        The name of the dimension to filter on.

        Parameters:
        dimensionName - The name of the dimension to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionValueList

        DimensionFilter.Builder dimensionValueList​(Collection<String> dimensionValueList)

        The list of values for the dimension specified in DimensionName that you want to filter on.

        Parameters:
        dimensionValueList - The list of values for the dimension specified in DimensionName that you want to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionValueList

        DimensionFilter.Builder dimensionValueList​(String... dimensionValueList)

        The list of values for the dimension specified in DimensionName that you want to filter on.

        Parameters:
        dimensionValueList - The list of values for the dimension specified in DimensionName that you want to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.