Class DrPlanExecutionFailedStepStatusCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionFailedStepStatusCounts.Builder
-
- Enclosing class:
- DrPlanExecutionFailedStepStatusCounts
public static class DrPlanExecutionFailedStepStatusCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrPlanExecutionFailedStepStatusCountsbuild()DrPlanExecutionFailedStepStatusCounts.Buildercopy(DrPlanExecutionFailedStepStatusCounts model)DrPlanExecutionFailedStepStatusCounts.Builderfailed(Integer failed)The total number of failed steps in a DR plan execution.DrPlanExecutionFailedStepStatusCounts.BuildertimedOut(Integer timedOut)The total number of steps that timed out during a DR plan execution.DrPlanExecutionFailedStepStatusCounts.BuildertotalFailed(Integer totalFailed)The total number of steps that failed during a DR plan execution.
-
-
-
Method Detail
-
totalFailed
public DrPlanExecutionFailedStepStatusCounts.Builder totalFailed(Integer totalFailed)
The total number of steps that failed during a DR plan execution.- Parameters:
totalFailed- the value to set- Returns:
- this builder
-
failed
public DrPlanExecutionFailedStepStatusCounts.Builder failed(Integer failed)
The total number of failed steps in a DR plan execution.- Parameters:
failed- the value to set- Returns:
- this builder
-
timedOut
public DrPlanExecutionFailedStepStatusCounts.Builder timedOut(Integer timedOut)
The total number of steps that timed out during a DR plan execution.- Parameters:
timedOut- the value to set- Returns:
- this builder
-
build
public DrPlanExecutionFailedStepStatusCounts build()
-
copy
public DrPlanExecutionFailedStepStatusCounts.Builder copy(DrPlanExecutionFailedStepStatusCounts model)
-
-