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. 
 | 
copyapplyMutation, buildHashKeyRange.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.