Class DrPlanExecutionSuccessfulStepStatusCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionSuccessfulStepStatusCounts.Builder
-
- Enclosing class:
- DrPlanExecutionSuccessfulStepStatusCounts
public static class DrPlanExecutionSuccessfulStepStatusCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrPlanExecutionSuccessfulStepStatusCountsbuild()DrPlanExecutionSuccessfulStepStatusCounts.Buildercopy(DrPlanExecutionSuccessfulStepStatusCounts model)DrPlanExecutionSuccessfulStepStatusCounts.Buildersucceeded(Integer succeeded)The total number of steps that succeeded during a DR plan execution.DrPlanExecutionSuccessfulStepStatusCounts.BuildertotalSuccessful(Integer totalSuccessful)The total number of successful steps in a DR plan execution.
-
-
-
Method Detail
-
totalSuccessful
public DrPlanExecutionSuccessfulStepStatusCounts.Builder totalSuccessful(Integer totalSuccessful)
The total number of successful steps in a DR plan execution.- Parameters:
totalSuccessful- the value to set- Returns:
- this builder
-
succeeded
public DrPlanExecutionSuccessfulStepStatusCounts.Builder succeeded(Integer succeeded)
The total number of steps that succeeded during a DR plan execution.- Parameters:
succeeded- the value to set- Returns:
- this builder
-
build
public DrPlanExecutionSuccessfulStepStatusCounts build()
-
copy
public DrPlanExecutionSuccessfulStepStatusCounts.Builder copy(DrPlanExecutionSuccessfulStepStatusCounts model)
-
-