Class DataMigrationSettings

    • Method Detail

      • numberOfJobs

        public final Integer numberOfJobs()

        The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.

        Returns:
        The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.
      • cloudwatchLogsEnabled

        public final Boolean cloudwatchLogsEnabled()

        Whether to enable CloudWatch logging for the data migration.

        Returns:
        Whether to enable CloudWatch logging for the data migration.
      • selectionRules

        public final String selectionRules()

        A JSON-formatted string that defines what objects to include and exclude from the migration.

        Returns:
        A JSON-formatted string that defines what objects to include and exclude from the migration.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)