Package com.oracle.bmc.datasafe.model
Class PatchAlertsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.PatchAlertsDetails.Builder
-
- Enclosing class:
- PatchAlertsDetails
public static class PatchAlertsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchAlertsDetails
build()
PatchAlertsDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.PatchAlertsDetails.Builder
copy(PatchAlertsDetails model)
PatchAlertsDetails.Builder
items(List<PatchInstruction> items)
Array of alert detail to update the status of the alert specified by the alert ID.
-
-
-
Method Detail
-
items
public PatchAlertsDetails.Builder items(List<PatchInstruction> items)
Array of alert detail to update the status of the alert specified by the alert ID.- Parameters:
items
- the value to set- Returns:
- this builder
-
compartmentId
public PatchAlertsDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public PatchAlertsDetails build()
-
copy
public PatchAlertsDetails.Builder copy(PatchAlertsDetails model)
-
-