public static interface TimestreamSettings.Builder extends SdkPojo, CopyableBuilder<TimestreamSettings.Builder,TimestreamSettings>
| Modifier and Type | Method and Description |
|---|---|
TimestreamSettings.Builder |
cdcInsertsAndUpdates(Boolean cdcInsertsAndUpdates)
Set this attribute to
true to 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 to
true to 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestreamSettings.Builder databaseName(String databaseName)
Database name for the endpoint.
databaseName - Database name for the endpoint.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. Time is measured in units of hours. When Timestream data comes in, it first resides in memory for the specified duration, which allows quick access to it.
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. Time is measured in units of hours. When
Timestream data comes in, it first resides in memory for the specified duration, which allows quick
access to it.TimestreamSettings.Builder magneticDuration(Integer magneticDuration)
Set this attribute to specify the default magnetic duration applied to the Amazon Timestream tables in days. This is the number of days that records remain in magnetic store before being discarded. For more information, see Storage in the Amazon Timestream Developer Guide.
magneticDuration - Set this attribute to specify the default magnetic duration applied to the Amazon Timestream tables in
days. This is the number of days that records remain in magnetic store before being discarded. For
more information, see Storage in the Amazon Timestream Developer
Guide.TimestreamSettings.Builder cdcInsertsAndUpdates(Boolean cdcInsertsAndUpdates)
Set this attribute to true to specify that DMS only applies inserts and updates, and not
deletes. Amazon Timestream does not allow deleting records, so if this value is false, DMS nulls
out the corresponding record in the Timestream database rather than deleting it.
cdcInsertsAndUpdates - Set this attribute to true to specify that DMS only applies inserts and updates, and not
deletes. Amazon Timestream does not allow deleting records, so if this value is false,
DMS nulls out the corresponding record in the Timestream database rather than deleting it.TimestreamSettings.Builder enableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
Set this attribute to true to enable memory store writes. When this value is false,
DMS does not write records that are older in days than the value specified in MagneticDuration,
because Amazon Timestream does not allow memory writes by default. For more information, see Storage in the Amazon Timestream Developer Guide.
enableMagneticStoreWrites - Set this attribute to true to enable memory store writes. When this value is
false, DMS does not write records that are older in days than the value specified in
MagneticDuration, because Amazon Timestream does not allow memory writes by default. For
more information, see Storage in the Amazon Timestream Developer
Guide.Copyright © 2023. All rights reserved.