Interface BackfillError.Builder

    • Method Detail

      • code

        BackfillError.Builder code​(String code)

        The error code for an error that occurred when registering partition indexes for an existing table.

        Parameters:
        code - The error code for an error that occurred when registering partition indexes for an existing table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackfillErrorCode, BackfillErrorCode
      • code

        BackfillError.Builder code​(BackfillErrorCode code)

        The error code for an error that occurred when registering partition indexes for an existing table.

        Parameters:
        code - The error code for an error that occurred when registering partition indexes for an existing table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackfillErrorCode, BackfillErrorCode
      • partitions

        BackfillError.Builder partitions​(Collection<PartitionValueList> partitions)

        A list of a limited number of partitions in the response.

        Parameters:
        partitions - A list of a limited number of partitions in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitions

        BackfillError.Builder partitions​(PartitionValueList... partitions)

        A list of a limited number of partitions in the response.

        Parameters:
        partitions - A list of a limited number of partitions in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.