@Generated(value="software.amazon.awssdk:codegen") public final class Stream extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Stream.Builder,Stream>
Represents all of the data describing a particular stream.
Modifier and Type | Class and Description |
---|---|
static interface |
Stream.Builder |
Modifier and Type | Method and Description |
---|---|
static Stream.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Stream.Builder> |
serializableBuilderClass() |
String |
streamArn()
The Amazon Resource Name (ARN) for the stream.
|
String |
streamLabel()
A timestamp, in ISO 8601 format, for this stream.
|
String |
tableName()
The DynamoDB table with which the stream is associated.
|
Stream.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String streamArn()
The Amazon Resource Name (ARN) for the stream.
public String tableName()
The DynamoDB table with which the stream is associated.
public String streamLabel()
A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel
is not a unique identifier for the stream, because it is possible that a
stream from another table might have the same timestamp. However, the combination of the following three elements
is guaranteed to be unique:
the AWS customer ID.
the table name
the StreamLabel
Note that LatestStreamLabel
is not a unique identifier for the stream, because it is
possible that a stream from another table might have the same timestamp. However, the combination of the
following three elements is guaranteed to be unique:
the AWS customer ID.
the table name
the StreamLabel
public Stream.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Stream.Builder,Stream>
public static Stream.Builder builder()
public static Class<? extends Stream.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.