Uses of Class
com.oracle.bmc.disasterrecovery.model.IgnoreDrPlanExecutionDetails.Builder
-
Packages that use IgnoreDrPlanExecutionDetails.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of IgnoreDrPlanExecutionDetails.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return IgnoreDrPlanExecutionDetails.Builder Modifier and Type Method Description static IgnoreDrPlanExecutionDetails.Builder
IgnoreDrPlanExecutionDetails. builder()
Create a new builder.IgnoreDrPlanExecutionDetails.Builder
IgnoreDrPlanExecutionDetails.Builder. copy(IgnoreDrPlanExecutionDetails model)
IgnoreDrPlanExecutionDetails.Builder
IgnoreDrPlanExecutionDetails.Builder. groupId(String groupId)
The unique id of the group to ignore as a whole, or the group containing the step to ignore.IgnoreDrPlanExecutionDetails.Builder
IgnoreDrPlanExecutionDetails.Builder. stepId(String stepId)
The unique id of the step to ignore (optional).IgnoreDrPlanExecutionDetails.Builder
IgnoreDrPlanExecutionDetails. toBuilder()
-