Interface HashKeyRange.Builder

  • Method Details

    • startingHashKey

      HashKeyRange.Builder startingHashKey(String startingHashKey)

      The starting hash key of the hash key range.

      Parameters:
      startingHashKey - The starting hash key of the hash key range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endingHashKey

      HashKeyRange.Builder endingHashKey(String endingHashKey)

      The ending hash key of the hash key range.

      Parameters:
      endingHashKey - The ending hash key of the hash key range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.