Cloneable, ReadLimitInfo, ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>@Generated("software.amazon.awssdk:codegen") public class MergeShardsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>
Represents the input for MergeShards.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
MergeShardsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
adjacentShardToMerge() |
The shard ID of the adjacent shard for the merge.
|
static MergeShardsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends MergeShardsRequest.Builder> |
serializableBuilderClass() |
|
String |
shardToMerge() |
The shard ID of the shard to combine with the adjacent shard for the merge.
|
String |
streamName() |
The name of the stream for the merge.
|
MergeShardsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String streamName()
The name of the stream for the merge.
public String shardToMerge()
The shard ID of the shard to combine with the adjacent shard for the merge.
public String adjacentShardToMerge()
The shard ID of the adjacent shard for the merge.
public MergeShardsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>public static MergeShardsRequest.Builder builder()
public static Class<? extends MergeShardsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.