Interface TargetDataSetting.Builder

  • 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: