Interface Stream.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Stream.Builder,,Stream> SdkBuilder<Stream.Builder,,Stream> SdkPojo
- Enclosing class:
 Stream
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the stream.streamLabel(String streamLabel) A timestamp, in ISO 8601 format, for this stream.The DynamoDB table with which the stream is associated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
streamArn
The Amazon Resource Name (ARN) for the stream.
- Parameters:
 streamArn- The Amazon Resource Name (ARN) for the stream.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tableName
The DynamoDB table with which the stream is associated.
- Parameters:
 tableName- The DynamoDB table with which the stream is associated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
streamLabel
A timestamp, in ISO 8601 format, for this stream.
Note that
LatestStreamLabelis 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 Amazon Web Services customer ID.
 - 
 
the table name
 - 
 
the
StreamLabel 
- Parameters:
 streamLabel- A timestamp, in ISO 8601 format, for this stream.Note that
LatestStreamLabelis 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 Amazon Web Services customer ID.
 - 
        
the table name
 - 
        
the
StreamLabel 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 
 -