Uses of Interface
software.amazon.awssdk.services.dynamodb.model.StreamDescription.Builder
Packages that use StreamDescription.Builder
-
Uses of StreamDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamDescription.BuilderModifier and TypeMethodDescriptionstatic StreamDescription.BuilderStreamDescription.builder()StreamDescription.Builder.creationRequestDateTime(Instant creationRequestDateTime) The date and time when the request to create this stream was issued.StreamDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema) The key attribute(s) of the stream's DynamoDB table.StreamDescription.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The key attribute(s) of the stream's DynamoDB table.StreamDescription.Builder.keySchema(KeySchemaElement... keySchema) The key attribute(s) of the stream's DynamoDB table.StreamDescription.Builder.lastEvaluatedShardId(String lastEvaluatedShardId) The shard ID of the item where the operation stopped, inclusive of the previous result set.StreamDescription.Builder.shards(Collection<Shard> shards) The shards that comprise the stream.StreamDescription.Builder.shards(Consumer<Shard.Builder>... shards) The shards that comprise the stream.The shards that comprise the stream.The Amazon Resource Name (ARN) for the stream.StreamDescription.Builder.streamLabel(String streamLabel) A timestamp, in ISO 8601 format, for this stream.StreamDescription.Builder.streamStatus(String streamStatus) Indicates the current status of the stream:StreamDescription.Builder.streamStatus(StreamStatus streamStatus) Indicates the current status of the stream:StreamDescription.Builder.streamViewType(String streamViewType) Indicates the format of the records within this stream:StreamDescription.Builder.streamViewType(StreamViewType streamViewType) Indicates the format of the records within this stream:The DynamoDB table with which the stream is associated.StreamDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type StreamDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StreamDescription.Builder>StreamDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type StreamDescription.BuilderModifier and TypeMethodDescriptiondefault DescribeStreamResponse.BuilderDescribeStreamResponse.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.