Uses of Interface
software.amazon.awssdk.services.databasemigration.model.DataMigrationSettings.Builder
Packages that use DataMigrationSettings.Builder
-
Uses of DataMigrationSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DataMigrationSettings.BuilderModifier and TypeMethodDescriptionDataMigrationSettings.builder()DataMigrationSettings.Builder.cloudwatchLogsEnabled(Boolean cloudwatchLogsEnabled) Whether to enable CloudWatch logging for the data migration.DataMigrationSettings.Builder.numberOfJobs(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.DataMigrationSettings.Builder.selectionRules(String selectionRules) A JSON-formatted string that defines what objects to include and exclude from the migration.DataMigrationSettings.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DataMigrationSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataMigrationSettings.Builder>DataMigrationSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type DataMigrationSettings.BuilderModifier and TypeMethodDescriptiondefault DataMigration.BuilderDataMigration.Builder.dataMigrationSettings(Consumer<DataMigrationSettings.Builder> dataMigrationSettings) Specifies CloudWatch settings and selection rules for the data migration.