Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanGroup.Builder
-
Packages that use DrPlanGroup.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanGroup.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanGroup.Builder Modifier and Type Method Description static DrPlanGroup.Builder
DrPlanGroup. builder()
Create a new builder.DrPlanGroup.Builder
DrPlanGroup.Builder. copy(DrPlanGroup model)
DrPlanGroup.Builder
DrPlanGroup.Builder. displayName(String displayName)
The display name of the group.DrPlanGroup.Builder
DrPlanGroup.Builder. id(String id)
The unique id of the group.DrPlanGroup.Builder
DrPlanGroup.Builder. isPauseEnabled(Boolean isPauseEnabled)
A flag indicating whether this group should be enabled for execution.DrPlanGroup.Builder
DrPlanGroup.Builder. refreshStatus(DrPlanGroupRefreshStatus refreshStatus)
The DR plan group refresh status.DrPlanGroup.Builder
DrPlanGroup.Builder. steps(List<DrPlanStep> steps)
The list of steps in the group.DrPlanGroup.Builder
DrPlanGroup. toBuilder()
DrPlanGroup.Builder
DrPlanGroup.Builder. type(DrPlanGroupType type)
The group type.
-