Interface BatchGetPartitionResponse.Builder

    • Method Detail

      • partitions

        BatchGetPartitionResponse.Builder partitions​(Collection<Partition> partitions)

        A list of the requested partitions.

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

        BatchGetPartitionResponse.Builder partitions​(Partition... partitions)

        A list of the requested partitions.

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

        BatchGetPartitionResponse.Builder unprocessedKeys​(Collection<PartitionValueList> unprocessedKeys)

        A list of the partition values in the request for which partitions were not returned.

        Parameters:
        unprocessedKeys - A list of the partition values in the request for which partitions were not returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedKeys

        BatchGetPartitionResponse.Builder unprocessedKeys​(PartitionValueList... unprocessedKeys)

        A list of the partition values in the request for which partitions were not returned.

        Parameters:
        unprocessedKeys - A list of the partition values in the request for which partitions were not returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.