Uses of Interface
software.amazon.awssdk.services.databasemigration.model.TimestreamSettings.Builder
Packages that use TimestreamSettings.Builder
-
Uses of TimestreamSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TimestreamSettings.BuilderModifier and TypeMethodDescriptionstatic TimestreamSettings.BuilderTimestreamSettings.builder()TimestreamSettings.Builder.cdcInsertsAndUpdates(Boolean cdcInsertsAndUpdates) Set this attribute totrueto specify that DMS only applies inserts and updates, and not deletes.TimestreamSettings.Builder.databaseName(String databaseName) Database name for the endpoint.TimestreamSettings.Builder.enableMagneticStoreWrites(Boolean enableMagneticStoreWrites) Set this attribute totrueto enable memory store writes.TimestreamSettings.Builder.magneticDuration(Integer magneticDuration) Set this attribute to specify the default magnetic duration applied to the Amazon Timestream tables in days.TimestreamSettings.Builder.memoryDuration(Integer memoryDuration) Set this attribute to specify the length of time to store all of the tables in memory that are migrated into Amazon Timestream from the source database.TimestreamSettings.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type TimestreamSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TimestreamSettings.Builder>TimestreamSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type TimestreamSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.timestreamSettings(Consumer<TimestreamSettings.Builder> timestreamSettings) Settings in JSON format for the target Amazon Timestream endpoint.default Endpoint.BuilderEndpoint.Builder.timestreamSettings(Consumer<TimestreamSettings.Builder> timestreamSettings) The settings for the Amazon Timestream target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.timestreamSettings(Consumer<TimestreamSettings.Builder> timestreamSettings) Settings in JSON format for the target Amazon Timestream endpoint.