Class DrPlanExecutionStepStatusCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionStepStatusCounts.Builder
-
- Enclosing class:
- DrPlanExecutionStepStatusCounts
public static class DrPlanExecutionStepStatusCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrPlanExecutionStepStatusCountsbuild()DrPlanExecutionStepStatusCounts.Buildercopy(DrPlanExecutionStepStatusCounts model)DrPlanExecutionStepStatusCounts.BuilderfailedSteps(DrPlanExecutionFailedStepStatusCounts failedSteps)DrPlanExecutionStepStatusCounts.BuilderremainingSteps(DrPlanExecutionRemainingStepStatusCounts remainingSteps)DrPlanExecutionStepStatusCounts.BuilderskippedSteps(DrPlanExecutionSkippedStepStatusCounts skippedSteps)DrPlanExecutionStepStatusCounts.BuildersuccessfulSteps(DrPlanExecutionSuccessfulStepStatusCounts successfulSteps)DrPlanExecutionStepStatusCounts.BuildertotalSteps(Integer totalSteps)The total number of steps in a DR plan execution.DrPlanExecutionStepStatusCounts.BuilderwarningSteps(DrPlanExecutionWarningStepStatusCounts warningSteps)
-
-
-
Method Detail
-
totalSteps
public DrPlanExecutionStepStatusCounts.Builder totalSteps(Integer totalSteps)
The total number of steps in a DR plan execution.- Parameters:
totalSteps- the value to set- Returns:
- this builder
-
remainingSteps
public DrPlanExecutionStepStatusCounts.Builder remainingSteps(DrPlanExecutionRemainingStepStatusCounts remainingSteps)
-
skippedSteps
public DrPlanExecutionStepStatusCounts.Builder skippedSteps(DrPlanExecutionSkippedStepStatusCounts skippedSteps)
-
successfulSteps
public DrPlanExecutionStepStatusCounts.Builder successfulSteps(DrPlanExecutionSuccessfulStepStatusCounts successfulSteps)
-
warningSteps
public DrPlanExecutionStepStatusCounts.Builder warningSteps(DrPlanExecutionWarningStepStatusCounts warningSteps)
-
failedSteps
public DrPlanExecutionStepStatusCounts.Builder failedSteps(DrPlanExecutionFailedStepStatusCounts failedSteps)
-
build
public DrPlanExecutionStepStatusCounts build()
-
copy
public DrPlanExecutionStepStatusCounts.Builder copy(DrPlanExecutionStepStatusCounts model)
-
-