Interface HashKeyRange.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HashKeyRange.Builder,HashKeyRange>, SdkBuilder<HashKeyRange.Builder,HashKeyRange>, SdkPojo
Enclosing class:
HashKeyRange

public static interface HashKeyRange.Builder extends SdkPojo, CopyableBuilder<HashKeyRange.Builder,HashKeyRange>
  • 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.