Interface MergeShardsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>,KinesisRequest.Builder,SdkBuilder<MergeShardsRequest.Builder,MergeShardsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- MergeShardsRequest
public static interface MergeShardsRequest.Builder extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeShardsRequest.BuilderadjacentShardToMerge(String adjacentShardToMerge)The shard ID of the adjacent shard for the merge.MergeShardsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MergeShardsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)MergeShardsRequest.BuildershardToMerge(String shardToMerge)The shard ID of the shard to combine with the adjacent shard for the merge.MergeShardsRequest.BuilderstreamARN(String streamARN)The ARN of the stream.MergeShardsRequest.BuilderstreamName(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 Detail
-
streamName
MergeShardsRequest.Builder streamName(String 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
MergeShardsRequest.Builder shardToMerge(String 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
MergeShardsRequest.Builder adjacentShardToMerge(String 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
MergeShardsRequest.Builder streamARN(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
MergeShardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-