public static class MigrationPhaseSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationPhaseSummary |
build() |
MigrationPhaseSummary.Builder |
copy(MigrationPhaseSummary model) |
MigrationPhaseSummary.Builder |
name(OdmsJobPhases name)
ODMS Job phase name
|
MigrationPhaseSummary.Builder |
recommendedAction(OdmsPhaseActions recommendedAction)
Action recommended for this phase.
|
MigrationPhaseSummary.Builder |
supportedActions(List<OdmsPhaseActions> supportedActions)
Array of actions for the corresponding phase.
|
public MigrationPhaseSummary.Builder name(OdmsJobPhases name)
ODMS Job phase name
name
- the value to setpublic MigrationPhaseSummary.Builder recommendedAction(OdmsPhaseActions recommendedAction)
Action recommended for this phase. If not included in the response, there is no recommended action for the phase.
recommendedAction
- the value to setpublic MigrationPhaseSummary.Builder supportedActions(List<OdmsPhaseActions> supportedActions)
Array of actions for the corresponding phase. Empty array would indicate there is no supported action for the phase.
supportedActions
- the value to setpublic MigrationPhaseSummary build()
public MigrationPhaseSummary.Builder copy(MigrationPhaseSummary model)
Copyright © 2016–2024. All rights reserved.