Uses of Interface
software.amazon.awssdk.services.kinesis.model.HashKeyRange.Builder
-
Packages that use HashKeyRange.Builder Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of HashKeyRange.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return HashKeyRange.Builder Modifier and Type Method Description static HashKeyRange.BuilderHashKeyRange. builder()HashKeyRange.BuilderHashKeyRange.Builder. endingHashKey(String endingHashKey)The ending hash key of the hash key range.HashKeyRange.BuilderHashKeyRange.Builder. startingHashKey(String startingHashKey)The starting hash key of the hash key range.HashKeyRange.BuilderHashKeyRange. toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type HashKeyRange.Builder Modifier and Type Method Description static Class<? extends HashKeyRange.Builder>HashKeyRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type HashKeyRange.Builder Modifier and Type Method Description default ChildShard.BuilderChildShard.Builder. hashKeyRange(Consumer<HashKeyRange.Builder> hashKeyRange)Sets the value of the HashKeyRange property for this object.default Shard.BuilderShard.Builder. hashKeyRange(Consumer<HashKeyRange.Builder> hashKeyRange)The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
-