Class DrPlanExecutionSkippedStepStatusCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionSkippedStepStatusCounts.Builder
-
- Enclosing class:
- DrPlanExecutionSkippedStepStatusCounts
public static class DrPlanExecutionSkippedStepStatusCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrPlanExecutionSkippedStepStatusCountsbuild()DrPlanExecutionSkippedStepStatusCounts.Buildercanceled(Integer canceled)The total number of canceled steps in a DR plan execution.DrPlanExecutionSkippedStepStatusCounts.Buildercopy(DrPlanExecutionSkippedStepStatusCounts model)DrPlanExecutionSkippedStepStatusCounts.Builderdisabled(Integer disabled)The total number of disabled steps in a DR plan execution.DrPlanExecutionSkippedStepStatusCounts.BuilderfailedIgnored(Integer failedIgnored)The total number of steps that failed but were ignored during a DR plan execution.DrPlanExecutionSkippedStepStatusCounts.BuildertimedOutIgnored(Integer timedOutIgnored)The total number of steps that timed out but were ignored during a DR plan execution.DrPlanExecutionSkippedStepStatusCounts.BuildertotalSkipped(Integer totalSkipped)The total number of steps that were skipped during a DR plan execution.
-
-
-
Method Detail
-
totalSkipped
public DrPlanExecutionSkippedStepStatusCounts.Builder totalSkipped(Integer totalSkipped)
The total number of steps that were skipped during a DR plan execution.- Parameters:
totalSkipped- the value to set- Returns:
- this builder
-
disabled
public DrPlanExecutionSkippedStepStatusCounts.Builder disabled(Integer disabled)
The total number of disabled steps in a DR plan execution.- Parameters:
disabled- the value to set- Returns:
- this builder
-
failedIgnored
public DrPlanExecutionSkippedStepStatusCounts.Builder failedIgnored(Integer failedIgnored)
The total number of steps that failed but were ignored during a DR plan execution.- Parameters:
failedIgnored- the value to set- Returns:
- this builder
-
timedOutIgnored
public DrPlanExecutionSkippedStepStatusCounts.Builder timedOutIgnored(Integer timedOutIgnored)
The total number of steps that timed out but were ignored during a DR plan execution.- Parameters:
timedOutIgnored- the value to set- Returns:
- this builder
-
canceled
public DrPlanExecutionSkippedStepStatusCounts.Builder canceled(Integer canceled)
The total number of canceled steps in a DR plan execution.- Parameters:
canceled- the value to set- Returns:
- this builder
-
build
public DrPlanExecutionSkippedStepStatusCounts build()
-
copy
public DrPlanExecutionSkippedStepStatusCounts.Builder copy(DrPlanExecutionSkippedStepStatusCounts model)
-
-