Class DrPlanExecutionRemainingStepStatusCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionRemainingStepStatusCounts.Builder
-
- Enclosing class:
- DrPlanExecutionRemainingStepStatusCounts
public static class DrPlanExecutionRemainingStepStatusCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrPlanExecutionRemainingStepStatusCountsbuild()DrPlanExecutionRemainingStepStatusCounts.Buildercopy(DrPlanExecutionRemainingStepStatusCounts model)DrPlanExecutionRemainingStepStatusCounts.BuilderinProgress(Integer inProgress)The total number of steps in progress during a DR plan execution.DrPlanExecutionRemainingStepStatusCounts.Builderpaused(Integer paused)The total number of paused steps in a DR plan execution.DrPlanExecutionRemainingStepStatusCounts.Builderqueued(Integer queued)The total number of queued steps in a DR plan execution.DrPlanExecutionRemainingStepStatusCounts.BuildertotalRemaining(Integer totalRemaining)The total number of remaining steps in a DR plan execution.
-
-
-
Method Detail
-
totalRemaining
public DrPlanExecutionRemainingStepStatusCounts.Builder totalRemaining(Integer totalRemaining)
The total number of remaining steps in a DR plan execution.- Parameters:
totalRemaining- the value to set- Returns:
- this builder
-
queued
public DrPlanExecutionRemainingStepStatusCounts.Builder queued(Integer queued)
The total number of queued steps in a DR plan execution.- Parameters:
queued- the value to set- Returns:
- this builder
-
paused
public DrPlanExecutionRemainingStepStatusCounts.Builder paused(Integer paused)
The total number of paused steps in a DR plan execution.- Parameters:
paused- the value to set- Returns:
- this builder
-
inProgress
public DrPlanExecutionRemainingStepStatusCounts.Builder inProgress(Integer inProgress)
The total number of steps in progress during a DR plan execution.- Parameters:
inProgress- the value to set- Returns:
- this builder
-
build
public DrPlanExecutionRemainingStepStatusCounts build()
-
copy
public DrPlanExecutionRemainingStepStatusCounts.Builder copy(DrPlanExecutionRemainingStepStatusCounts model)
-
-