public static final class MigrationPlanSettings.Builder
extends java.lang.Object
MigrationPlanSettings.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
MigrationPlanSettings. |
| Modifier and Type | Method and Description |
|---|---|
MigrationPlanSettings |
build() |
MigrationPlanSettings.Builder |
setParallel(java.lang.Boolean parallel)
Migration Method to specify whether the migration is to be performed serially or
in parallel
|
MigrationPlanSettings.Builder |
setPauseAfterEachGroup(java.lang.Boolean pauseAfterEachGroup)
Flag to indicate whether to pause the migration after migration of each group is
completed
|
MigrationPlanSettings.Builder |
setPauseOnError(java.lang.Boolean pauseOnError)
Flag to indicate whether to pause the migration plan execution when an error
occurs
|
public Builder()
MigrationPlanSettings.public MigrationPlanSettings.Builder setParallel(java.lang.Boolean parallel)
parallel - New value for the property.public MigrationPlanSettings.Builder setPauseAfterEachGroup(java.lang.Boolean pauseAfterEachGroup)
pauseAfterEachGroup - New value for the property.public MigrationPlanSettings.Builder setPauseOnError(java.lang.Boolean pauseOnError)
pauseOnError - New value for the property.public MigrationPlanSettings build()