static StreamDescription.Builder |
StreamDescription.builder() |
|
StreamDescription.Builder |
StreamDescription.Builder.creationRequestDateTime(Instant creationRequestDateTime) |
The date and time when the request to create this stream was issued.
|
StreamDescription.Builder |
StreamDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The key attribute(s) of the stream's DynamoDB table.
|
StreamDescription.Builder |
StreamDescription.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The key attribute(s) of the stream's DynamoDB table.
|
StreamDescription.Builder |
StreamDescription.Builder.keySchema(KeySchemaElement... keySchema) |
The key attribute(s) of the stream's DynamoDB table.
|
StreamDescription.Builder |
StreamDescription.Builder.lastEvaluatedShardId(String lastEvaluatedShardId) |
The shard ID of the item where the operation stopped, inclusive of the previous result set.
|
StreamDescription.Builder |
StreamDescription.Builder.shards(Collection<Shard> shards) |
The shards that comprise the stream.
|
StreamDescription.Builder |
StreamDescription.Builder.shards(Consumer<Shard.Builder>... shards) |
The shards that comprise the stream.
|
StreamDescription.Builder |
StreamDescription.Builder.shards(Shard... shards) |
The shards that comprise the stream.
|
StreamDescription.Builder |
StreamDescription.Builder.streamArn(String streamArn) |
The Amazon Resource Name (ARN) for the stream.
|
StreamDescription.Builder |
StreamDescription.Builder.streamLabel(String streamLabel) |
A timestamp, in ISO 8601 format, for this stream.
|
StreamDescription.Builder |
StreamDescription.Builder.streamStatus(String streamStatus) |
Indicates the current status of the stream:
|
StreamDescription.Builder |
StreamDescription.Builder.streamStatus(StreamStatus streamStatus) |
Indicates the current status of the stream:
|
StreamDescription.Builder |
StreamDescription.Builder.streamViewType(String streamViewType) |
Indicates the format of the records within this stream:
|
StreamDescription.Builder |
StreamDescription.Builder.streamViewType(StreamViewType streamViewType) |
Indicates the format of the records within this stream:
|
StreamDescription.Builder |
StreamDescription.Builder.tableName(String tableName) |
The DynamoDB table with which the stream is associated.
|
StreamDescription.Builder |
StreamDescription.toBuilder() |
|