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 Details

    • 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

      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: