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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchAlertsDetailsbuild()PatchAlertsDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the alerts.PatchAlertsDetails.Buildercopy(PatchAlertsDetails model)PatchAlertsDetails.Builderitems(List<PatchInstruction> items)Array of alert detail to update the status of the alert specified by the alert ID.
 
- 
- 
- 
Method Detail- 
itemspublic 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
 
 - 
compartmentIdpublic PatchAlertsDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the alerts.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchAlertsDetails build() 
 - 
copypublic PatchAlertsDetails.Builder copy(PatchAlertsDetails model) 
 
- 
 
-