Uses of Class
com.oracle.bmc.databasemigration.model.MigrationJobProgressSummary.Builder
-
Packages that use MigrationJobProgressSummary.Builder Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MigrationJobProgressSummary.Builder in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MigrationJobProgressSummary.Builder Modifier and Type Method Description static MigrationJobProgressSummary.Builder
MigrationJobProgressSummary. builder()
Create a new builder.MigrationJobProgressSummary.Builder
MigrationJobProgressSummary.Builder. copy(MigrationJobProgressSummary model)
MigrationJobProgressSummary.Builder
MigrationJobProgressSummary.Builder. currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.MigrationJobProgressSummary.Builder
MigrationJobProgressSummary.Builder. currentStatus(JobPhaseStatus currentStatus)
Current status of the job.MigrationJobProgressSummary.Builder
MigrationJobProgressSummary.Builder. jobProgress(Integer jobProgress)
Job progress percentage (0 - 100)MigrationJobProgressSummary.Builder
MigrationJobProgressSummary. toBuilder()
-