Interface PartitionError.Builder

    • Method Detail

      • partitionValues

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

        The values that define the partition.

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

        PartitionError.Builder partitionValues​(String... partitionValues)

        The values that define the partition.

        Parameters:
        partitionValues - The values that define the partition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetail

        PartitionError.Builder errorDetail​(ErrorDetail errorDetail)

        The details about the partition error.

        Parameters:
        errorDetail - The details about the partition error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.