Uses of Interface
software.amazon.awssdk.services.kinesis.model.SplitShardRequest.Builder
-
Packages that use SplitShardRequest.Builder Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.model -
-
Uses of SplitShardRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type SplitShardRequest.Builder Modifier and Type Method Description default CompletableFuture<SplitShardResponse>KinesisAsyncClient. splitShard(Consumer<SplitShardRequest.Builder> splitShardRequest)Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.default SplitShardResponseKinesisClient. splitShard(Consumer<SplitShardRequest.Builder> splitShardRequest)Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data. -
Uses of SplitShardRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return SplitShardRequest.Builder Modifier and Type Method Description static SplitShardRequest.BuilderSplitShardRequest. builder()SplitShardRequest.BuilderSplitShardRequest.Builder. newStartingHashKey(String newStartingHashKey)A hash key value for the starting hash key of one of the child shards created by the split.SplitShardRequest.BuilderSplitShardRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SplitShardRequest.BuilderSplitShardRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SplitShardRequest.BuilderSplitShardRequest.Builder. shardToSplit(String shardToSplit)The shard ID of the shard to split.SplitShardRequest.BuilderSplitShardRequest.Builder. streamARN(String streamARN)The ARN of the stream.SplitShardRequest.BuilderSplitShardRequest.Builder. streamName(String streamName)The name of the stream for the shard split.SplitShardRequest.BuilderSplitShardRequest. toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type SplitShardRequest.Builder Modifier and Type Method Description static Class<? extends SplitShardRequest.Builder>SplitShardRequest. serializableBuilderClass()
-