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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertsUpdateDetailsbuild()AlertsUpdateDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the alerts.AlertsUpdateDetails.Buildercopy(AlertsUpdateDetails model)AlertsUpdateDetails.Builderstatus(AlertStatus status)The status of the alert.AlertsUpdateDetails.BuildertargetId(String targetId)The OCID of the target database associated with the alerts.
 
- 
- 
- 
Method Detail- 
statuspublic AlertsUpdateDetails.Builder status(AlertStatus status) The status of the alert.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic AlertsUpdateDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the alerts.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
targetIdpublic AlertsUpdateDetails.Builder targetId(String targetId) The OCID of the target database associated with the alerts.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
buildpublic AlertsUpdateDetails build() 
 - 
copypublic AlertsUpdateDetails.Builder copy(AlertsUpdateDetails model) 
 
- 
 
-