public static class PatchAlertsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PatchAlertsDetails.Builder items(List<PatchInstruction> items)
Array of alert detail to update the status of the alert specified by the alert ID.
items
- the value to setpublic PatchAlertsDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.
compartmentId
- the value to setpublic PatchAlertsDetails build()
public PatchAlertsDetails.Builder copy(PatchAlertsDetails model)
Copyright © 2016–2024. All rights reserved.