Interface PartitionValueList.Builder

    • Method Detail

      • values

        PartitionValueList.Builder values​(Collection<String> values)

        The list of partition values.

        Parameters:
        values - The list of partition values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        PartitionValueList.Builder values​(String... values)

        The list of partition values.

        Parameters:
        values - The list of partition values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.