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.BuilderStreamSpecification. builder()StreamSpecification.BuilderStreamSpecification.Builder. streamEnabled(Boolean streamEnabled)Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.StreamSpecification.BuilderStreamSpecification.Builder. streamViewType(String streamViewType)When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.StreamSpecification.BuilderStreamSpecification.Builder. streamViewType(StreamViewType streamViewType)When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.StreamSpecification.BuilderStreamSpecification. 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.BuilderSourceTableFeatureDetails.Builder. streamDescription(Consumer<StreamSpecification.Builder> streamDescription)Stream settings on the table when the backup was created.default CreateTableRequest.BuilderCreateTableRequest.Builder. streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification)The settings for DynamoDB Streams on the table.default TableDescription.BuilderTableDescription.Builder. streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification)The current DynamoDB Streams configuration for the table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder. streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification)Represents the DynamoDB Streams configuration for the table.
-