Class DrPlanExecutionWarningStepStatusCounts.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionWarningStepStatusCounts.Builder
-
- Enclosing class:
- DrPlanExecutionWarningStepStatusCounts
public static class DrPlanExecutionWarningStepStatusCounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrPlanExecutionWarningStepStatusCountsbuild()DrPlanExecutionWarningStepStatusCounts.Buildercopy(DrPlanExecutionWarningStepStatusCounts model)DrPlanExecutionWarningStepStatusCounts.BuildertotalWarnings(Integer totalWarnings)The total number of steps that encountered warnings in a DR plan execution.DrPlanExecutionWarningStepStatusCounts.BuilderwarningsIgnored(Integer warningsIgnored)The total number of steps with warnings that were ignored during a DR plan execution.
-
-
-
Method Detail
-
totalWarnings
public DrPlanExecutionWarningStepStatusCounts.Builder totalWarnings(Integer totalWarnings)
The total number of steps that encountered warnings in a DR plan execution.- Parameters:
totalWarnings- the value to set- Returns:
- this builder
-
warningsIgnored
public DrPlanExecutionWarningStepStatusCounts.Builder warningsIgnored(Integer warningsIgnored)
The total number of steps with warnings that were ignored during a DR plan execution.- Parameters:
warningsIgnored- the value to set- Returns:
- this builder
-
build
public DrPlanExecutionWarningStepStatusCounts build()
-
copy
public DrPlanExecutionWarningStepStatusCounts.Builder copy(DrPlanExecutionWarningStepStatusCounts model)
-
-