@Generated(value="software.amazon.awssdk:codegen") public final class MergeShardsRequest extends KinesisRequest implements ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>
Represents the input for MergeShards.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MergeShardsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adjacentShardToMerge()
The shard ID of the adjacent shard for the merge.
|
static MergeShardsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<MergeShardsRequest.Builder,MergeShardsRequest>toBuilder in class KinesisRequestpublic static MergeShardsRequest.Builder builder()
public static Class<? extends MergeShardsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.