public static interface Stream.Builder extends SdkPojo, CopyableBuilder<Stream.Builder,Stream>
Modifier and Type | Method and Description |
---|---|
Stream.Builder |
streamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
|
Stream.Builder |
streamLabel(String streamLabel)
A timestamp, in ISO 8601 format, for this stream.
|
Stream.Builder |
tableName(String tableName)
The DynamoDB table with which the stream is associated.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Stream.Builder streamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
streamArn
- The Amazon Resource Name (ARN) for the stream.Stream.Builder tableName(String tableName)
The DynamoDB table with which the stream is associated.
tableName
- The DynamoDB table with which the stream is associated.Stream.Builder streamLabel(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
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
Copyright © 2021. All rights reserved.