public static class MigrationJobProgressResource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationJobProgressResource |
build() |
MigrationJobProgressResource.Builder |
copy(MigrationJobProgressResource model) |
MigrationJobProgressResource.Builder |
currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.
|
MigrationJobProgressResource.Builder |
currentStatus(JobPhaseStatus currentStatus)
Current status of the job.
|
MigrationJobProgressResource.Builder |
phases(List<PhaseStatus> phases)
List of phase status for the job.
|
public MigrationJobProgressResource.Builder currentStatus(JobPhaseStatus currentStatus)
Current status of the job.
currentStatus
- the value to setpublic MigrationJobProgressResource.Builder currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.
currentPhase
- the value to setpublic MigrationJobProgressResource.Builder phases(List<PhaseStatus> phases)
List of phase status for the job.
phases
- the value to setpublic MigrationJobProgressResource build()
public MigrationJobProgressResource.Builder copy(MigrationJobProgressResource model)
Copyright © 2016–2024. All rights reserved.