Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SplitShardRequest.Builder,SplitShardRequest>
@Generated("software.amazon.awssdk:codegen") public class SplitShardRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SplitShardRequest.Builder,SplitShardRequest>
Represents the input for SplitShard
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SplitShardRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SplitShardRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
newStartingHashKey() |
A hash key value for the starting hash key of one of the child shards created by the split.
|
static Class<? extends SplitShardRequest.Builder> |
serializableBuilderClass() |
|
String |
shardToSplit() |
The shard ID of the shard to split.
|
String |
streamName() |
The name of the stream for the shard split.
|
SplitShardRequest.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, withSdkClientExecutionTimeout
public String streamName()
The name of the stream for the shard split.
public String shardToSplit()
The shard ID of the shard to split.
public String newStartingHashKey()
A hash key value for the starting hash key of one of the child shards created by the split. The hash key range
for a given shard constitutes a set of ordered contiguous positive integers. The value for
NewStartingHashKey
must be in the range of hash keys being mapped into the shard. The
NewStartingHashKey
hash key value and all higher hash key values in hash key range are distributed
to one of the child shards. All the lower hash key values in the range are distributed to the other child shard.
NewStartingHashKey
must be in the range of hash keys being mapped into the shard. The
NewStartingHashKey
hash key value and all higher hash key values in hash key range are
distributed to one of the child shards. All the lower hash key values in the range are distributed to the
other child shard.public SplitShardRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SplitShardRequest.Builder,SplitShardRequest>
public static SplitShardRequest.Builder builder()
public static Class<? extends SplitShardRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.