public static interface HashKeyRange.Builder extends SdkPojo, CopyableBuilder<HashKeyRange.Builder,HashKeyRange>
Modifier and Type | Method and Description |
---|---|
HashKeyRange.Builder |
endingHashKey(String endingHashKey)
The ending hash key of the hash key range.
|
HashKeyRange.Builder |
startingHashKey(String startingHashKey)
The starting hash key of the hash key range.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HashKeyRange.Builder startingHashKey(String startingHashKey)
The starting hash key of the hash key range.
startingHashKey
- The starting hash key of the hash key range.HashKeyRange.Builder endingHashKey(String endingHashKey)
The ending hash key of the hash key range.
endingHashKey
- The ending hash key of the hash key range.Copyright © 2022. All rights reserved.