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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetDataSetting.BuildertablePreparationMode(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.TargetDataSetting.BuildertablePreparationMode(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 Detail
-
tablePreparationMode
TargetDataSetting.Builder tablePreparationMode(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.
- 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,TablePreparationMode
-
tablePreparationMode
TargetDataSetting.Builder 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.
- 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,TablePreparationMode
-
-