Interface PartitionObjects.Builder

    • Method Detail

      • partitionValues

        PartitionObjects.Builder partitionValues​(Collection<String> partitionValues)

        A list of partition values.

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

        PartitionObjects.Builder partitionValues​(String... partitionValues)

        A list of partition values.

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

        PartitionObjects.Builder objects​(Collection<TableObject> objects)

        A list of table objects

        Parameters:
        objects - A list of table objects
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objects

        PartitionObjects.Builder objects​(TableObject... objects)

        A list of table objects

        Parameters:
        objects - A list of table objects
        Returns:
        Returns a reference to this object so that method calls can be chained together.