Interface TargetDataSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetDataSetting.Builder,
,TargetDataSetting> SdkBuilder<TargetDataSetting.Builder,
,TargetDataSetting> SdkPojo
- Enclosing class:
TargetDataSetting
@Mutable
@NotThreadSafe
public static interface TargetDataSetting.Builder
extends SdkPojo, CopyableBuilder<TargetDataSetting.Builder,TargetDataSetting>
-
Method Summary
Modifier and TypeMethodDescriptiontablePreparationMode
(String tablePreparationMode) This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.tablePreparationMode
(TablePreparationMode tablePreparationMode) This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tablePreparationMode
This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.
- Parameters:
tablePreparationMode
- This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tablePreparationMode
This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.
- Parameters:
tablePreparationMode
- This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-