Interface MergeShardsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<MergeShardsRequest.Builder,
,MergeShardsRequest> KinesisRequest.Builder
,SdkBuilder<MergeShardsRequest.Builder,
,MergeShardsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
MergeShardsRequest
@Mutable
@NotThreadSafe
public static interface MergeShardsRequest.Builder
extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionadjacentShardToMerge
(String adjacentShardToMerge) The shard ID of the adjacent shard for the merge.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.shardToMerge
(String shardToMerge) The shard ID of the shard to combine with the adjacent shard for the merge.The ARN of the stream.streamName
(String streamName) The name of the stream for the merge.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
streamName
The name of the stream for the merge.
- Parameters:
streamName
- The name of the stream for the merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shardToMerge
The shard ID of the shard to combine with the adjacent shard for the merge.
- Parameters:
shardToMerge
- The shard ID of the shard to combine with the adjacent shard for the merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adjacentShardToMerge
The shard ID of the adjacent shard for the merge.
- Parameters:
adjacentShardToMerge
- The shard ID of the adjacent shard for the merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamARN
The ARN of the stream.
- Parameters:
streamARN
- The ARN of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
MergeShardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
MergeShardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-