@Generated(value="software.amazon.awssdk:codegen") public final class Shard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Shard.Builder,Shard>
A uniquely identified group of stream records within a stream.
Modifier and Type | Class and Description |
---|---|
static interface |
Shard.Builder |
Modifier and Type | Method and Description |
---|---|
static Shard.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
parentShardId()
The shard ID of the current shard's parent.
|
List<SdkField<?>> |
sdkFields() |
SequenceNumberRange |
sequenceNumberRange()
The range of possible sequence numbers for the shard.
|
static Class<? extends Shard.Builder> |
serializableBuilderClass() |
String |
shardId()
The system-generated identifier for this shard.
|
Shard.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String shardId()
The system-generated identifier for this shard.
public SequenceNumberRange sequenceNumberRange()
The range of possible sequence numbers for the shard.
public String parentShardId()
The shard ID of the current shard's parent.
public Shard.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Shard.Builder,Shard>
public static Shard.Builder builder()
public static Class<? extends Shard.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.