Uses of Interface
software.amazon.awssdk.services.kinesis.model.MergeShardsRequest.Builder
Packages that use MergeShardsRequest.Builder
Package
Description
-
Uses of MergeShardsRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type MergeShardsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<MergeShardsResponse>KinesisAsyncClient.mergeShards(Consumer<MergeShardsRequest.Builder> mergeShardsRequest) Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.default MergeShardsResponseKinesisClient.mergeShards(Consumer<MergeShardsRequest.Builder> mergeShardsRequest) Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. -
Uses of MergeShardsRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return MergeShardsRequest.BuilderModifier and TypeMethodDescriptionMergeShardsRequest.Builder.adjacentShardToMerge(String adjacentShardToMerge) The shard ID of the adjacent shard for the merge.static MergeShardsRequest.BuilderMergeShardsRequest.builder()MergeShardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) MergeShardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) MergeShardsRequest.Builder.shardToMerge(String shardToMerge) The shard ID of the shard to combine with the adjacent shard for the merge.The ARN of the stream.Not Implemented.MergeShardsRequest.Builder.streamName(String streamName) The name of the stream for the merge.MergeShardsRequest.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type MergeShardsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MergeShardsRequest.Builder>MergeShardsRequest.serializableBuilderClass()