Package com.oracle.bmc.datasafe.model
Class TargetAlertPolicyUnassociatedSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.TargetAlertPolicyUnassociatedSummary.Builder
-
- Enclosing class:
- TargetAlertPolicyUnassociatedSummary
public static class TargetAlertPolicyUnassociatedSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
targetDatabaseId
public TargetAlertPolicyUnassociatedSummary.Builder targetDatabaseId(String targetDatabaseId)
The OCID of the target database that differs from the alert policy association of the target database group.- Parameters:
targetDatabaseId- the value to set- Returns:
- this builder
-
isEnabled
public TargetAlertPolicyUnassociatedSummary.Builder isEnabled(Boolean isEnabled)
Indicates if the target-alert policy association is enabled or disabled by user.- Parameters:
isEnabled- the value to set- Returns:
- this builder
-
notAppliedReason
public TargetAlertPolicyUnassociatedSummary.Builder notAppliedReason(String notAppliedReason)
Details on why policy is not applied on target.- Parameters:
notAppliedReason- the value to set- Returns:
- this builder
-
freeformTags
public TargetAlertPolicyUnassociatedSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public TargetAlertPolicyUnassociatedSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public TargetAlertPolicyUnassociatedSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public TargetAlertPolicyUnassociatedSummary build()
-
copy
public TargetAlertPolicyUnassociatedSummary.Builder copy(TargetAlertPolicyUnassociatedSummary model)
-
-