Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
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(StreamStatus streamStatus)
Indicates the current status of the stream:
|
StreamDescription.Builder |
StreamDescription.Builder.streamStatus(String streamStatus)
Indicates the current status of the stream:
|
StreamDescription.Builder |
StreamDescription.Builder.streamViewType(StreamViewType streamViewType)
Indicates the format of the records within this stream:
|
StreamDescription.Builder |
StreamDescription.Builder.streamViewType(String 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() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends StreamDescription.Builder> |
StreamDescription.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DescribeStreamResponse.Builder |
DescribeStreamResponse.Builder.streamDescription(Consumer<StreamDescription.Builder> streamDescription)
A complete description of the stream, including its creation date and time, the DynamoDB table associated
with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream
records within the shards.
|
Copyright © 2021. All rights reserved.