Interface DataMigrationSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataMigrationSettings.Builder,
,DataMigrationSettings> SdkBuilder<DataMigrationSettings.Builder,
,DataMigrationSettings> SdkPojo
- Enclosing class:
DataMigrationSettings
public static interface DataMigrationSettings.Builder
extends SdkPojo, CopyableBuilder<DataMigrationSettings.Builder,DataMigrationSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncloudwatchLogsEnabled
(Boolean cloudwatchLogsEnabled) Whether to enable CloudWatch logging for the data migration.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.selectionRules
(String selectionRules) A JSON-formatted string that defines what objects to include and exclude from the migration.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, sdkFields
-
Method Details
-
numberOfJobs
The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
cloudwatchLogsEnabled
Whether to enable CloudWatch logging for the data migration.
- Parameters:
cloudwatchLogsEnabled
- Whether to enable CloudWatch logging for the data migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectionRules
A JSON-formatted string that defines what objects to include and exclude from the migration.
- Parameters:
selectionRules
- A JSON-formatted string that defines what objects to include and exclude from the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-