Uses of Interface
software.amazon.awssdk.services.dynamodb.model.StreamSpecification.Builder
Packages that use StreamSpecification.Builder
-
Uses of StreamSpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamSpecification.BuilderModifier and TypeMethodDescriptionstatic StreamSpecification.BuilderStreamSpecification.builder()StreamSpecification.Builder.streamEnabled(Boolean streamEnabled) Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.StreamSpecification.Builder.streamViewType(String streamViewType) When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.StreamSpecification.Builder.streamViewType(StreamViewType streamViewType) When an item in the table is modified,StreamViewTypedetermines what information is written to the stream for this table.StreamSpecification.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type StreamSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StreamSpecification.Builder>StreamSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type StreamSpecification.BuilderModifier and TypeMethodDescriptionSourceTableFeatureDetails.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.