Package com.oracle.bmc.datasafe.model
Class AlertsUpdateDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.AlertsUpdateDetails.Builder
-
- Enclosing class:
- AlertsUpdateDetails
public static class AlertsUpdateDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
status
public AlertsUpdateDetails.Builder status(AlertStatus status)
The status of the alert.- Parameters:
status
- the value to set- Returns:
- this builder
-
compartmentId
public AlertsUpdateDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the alerts.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
targetId
public AlertsUpdateDetails.Builder targetId(String targetId)
The OCID of the target database associated with the alerts.- Parameters:
targetId
- the value to set- Returns:
- this builder
-
build
public AlertsUpdateDetails build()
-
copy
public AlertsUpdateDetails.Builder copy(AlertsUpdateDetails model)
-
-