public static interface MergeShardsRequest.Builder extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>
| Modifier and Type | Method and Description |
|---|---|
MergeShardsRequest.Builder |
adjacentShardToMerge(String adjacentShardToMerge)
The shard ID of the adjacent shard for the merge.
|
MergeShardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MergeShardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MergeShardsRequest.Builder |
shardToMerge(String shardToMerge)
The shard ID of the shard to combine with the adjacent shard for the merge.
|
MergeShardsRequest.Builder |
streamName(String streamName)
The name of the stream for the merge.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildMergeShardsRequest.Builder streamName(String streamName)
The name of the stream for the merge.
streamName - The name of the stream for the merge.MergeShardsRequest.Builder shardToMerge(String shardToMerge)
The shard ID of the shard to combine with the adjacent shard for the merge.
shardToMerge - The shard ID of the shard to combine with the adjacent shard for the merge.MergeShardsRequest.Builder adjacentShardToMerge(String adjacentShardToMerge)
The shard ID of the adjacent shard for the merge.
adjacentShardToMerge - The shard ID of the adjacent shard for the merge.MergeShardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderMergeShardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.