Uses of Class
com.oracle.bmc.datasafe.model.PatchAlertsDetails.Builder
-
Packages that use PatchAlertsDetails.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of PatchAlertsDetails.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return PatchAlertsDetails.Builder Modifier and Type Method Description static PatchAlertsDetails.Builder
PatchAlertsDetails. builder()
Create a new builder.PatchAlertsDetails.Builder
PatchAlertsDetails.Builder. compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.PatchAlertsDetails.Builder
PatchAlertsDetails.Builder. copy(PatchAlertsDetails model)
PatchAlertsDetails.Builder
PatchAlertsDetails.Builder. items(List<PatchInstruction> items)
Array of alert detail to update the status of the alert specified by the alert ID.PatchAlertsDetails.Builder
PatchAlertsDetails. toBuilder()
-