Uses of Interface
software.amazon.awssdk.services.dynamodb.model.StreamSpecification.Builder
-
Packages that use StreamSpecification.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of StreamSpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamSpecification.Builder Modifier and Type Method Description static StreamSpecification.Builder
StreamSpecification. builder()
StreamSpecification.Builder
StreamSpecification.Builder. streamEnabled(Boolean streamEnabled)
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.StreamSpecification.Builder
StreamSpecification.Builder. streamViewType(String streamViewType)
When an item in the table is modified,StreamViewType
determines what information is written to the stream for this table.StreamSpecification.Builder
StreamSpecification.Builder. streamViewType(StreamViewType streamViewType)
When an item in the table is modified,StreamViewType
determines what information is written to the stream for this table.StreamSpecification.Builder
StreamSpecification. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type StreamSpecification.Builder Modifier and Type Method Description static Class<? extends StreamSpecification.Builder>
StreamSpecification. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type StreamSpecification.Builder Modifier and Type Method Description default SourceTableFeatureDetails.Builder
SourceTableFeatureDetails.Builder. streamDescription(Consumer<StreamSpecification.Builder> streamDescription)
Stream settings on the table when the backup was created.default CreateTableRequest.Builder
CreateTableRequest.Builder. streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification)
The settings for DynamoDB Streams on the table.default TableDescription.Builder
TableDescription.Builder. streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification)
The current DynamoDB Streams configuration for the table.default UpdateTableRequest.Builder
UpdateTableRequest.Builder. streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification)
Represents the DynamoDB Streams configuration for the table.
-