Interface Stream.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Stream.Builder,,- Stream> - SdkBuilder<Stream.Builder,,- Stream> - SdkPojo
- Enclosing class:
- Stream
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
streamArnThe 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.
 
- 
tableNameThe 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.
 
- 
streamLabelA 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.
 
- 
 
 
-