CopyableBuilder<HashKeyRange.Builder,HashKeyRange>
, SdkBuilder<HashKeyRange.Builder,HashKeyRange>
public static interface HashKeyRange.Builder extends CopyableBuilder<HashKeyRange.Builder,HashKeyRange>
Modifier and Type | Method | 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.
|
copy
apply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.