public static class AlertsUpdateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AlertsUpdateDetails |
build() |
AlertsUpdateDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.
|
AlertsUpdateDetails.Builder |
copy(AlertsUpdateDetails model) |
AlertsUpdateDetails.Builder |
status(AlertStatus status)
The status of the alert.
|
AlertsUpdateDetails.Builder |
targetId(String targetId)
The OCID of the target database associated with the alerts.
|
public AlertsUpdateDetails.Builder status(AlertStatus status)
The status of the alert.
status
- the value to setpublic AlertsUpdateDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.
compartmentId
- the value to setpublic AlertsUpdateDetails.Builder targetId(String targetId)
The OCID of the target database associated with the alerts.
targetId
- the value to setpublic AlertsUpdateDetails build()
public AlertsUpdateDetails.Builder copy(AlertsUpdateDetails model)
Copyright © 2016–2024. All rights reserved.