@Generated(value="software.amazon.awssdk:codegen") public final class Stream extends Object implements StructuredPojo, 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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Stream.Builder,Stream>public static Stream.Builder builder()
public static Class<? extends Stream.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.