public static interface MergeShardsRequest.Builder extends KinesisRequest.Builder, 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)
Add an optional request override configuration. 
 | 
MergeShardsRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
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. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.MergeShardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.