Package com.oracle.bmc.datasafe.model
Class MaskingPolicyHealthReport.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.MaskingPolicyHealthReport.Builder
 
- 
- Enclosing class:
- MaskingPolicyHealthReport
 
 public static class MaskingPolicyHealthReport.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MaskingPolicyHealthReportbuild()MaskingPolicyHealthReport.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the health report.MaskingPolicyHealthReport.Buildercopy(MaskingPolicyHealthReport model)MaskingPolicyHealthReport.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.MaskingPolicyHealthReport.Builderdescription(String description)The description of the masking health report.MaskingPolicyHealthReport.BuilderdisplayName(String displayName)The display name of the health report.MaskingPolicyHealthReport.BuildererrorCount(Long errorCount)The count of errors in the masking health report.MaskingPolicyHealthReport.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.MaskingPolicyHealthReport.Builderid(String id)The OCID of the health report.MaskingPolicyHealthReport.BuilderlifecycleState(MaskingPolicyHealthReport.LifecycleState lifecycleState)The current state of the health report.MaskingPolicyHealthReport.BuildermaskingPolicyId(String maskingPolicyId)The OCID of the masking policy.MaskingPolicyHealthReport.BuildertargetId(String targetId)The OCID of the target database for which this report was created.MaskingPolicyHealthReport.BuildertimeCreated(Date timeCreated)The date and time the report was created, in the format defined by RFC3339.MaskingPolicyHealthReport.BuildertimeUpdated(Date timeUpdated)The date and time the report was last updated, in the format defined by RFC3339MaskingPolicyHealthReport.BuilderwarningCount(Long warningCount)The count of warnings in the masking health report.
 
- 
- 
- 
Method Detail- 
idpublic MaskingPolicyHealthReport.Builder id(String id) The OCID of the health report.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
maskingPolicyIdpublic MaskingPolicyHealthReport.Builder maskingPolicyId(String maskingPolicyId) The OCID of the masking policy.- Parameters:
- maskingPolicyId- the value to set
- Returns:
- this builder
 
 - 
targetIdpublic MaskingPolicyHealthReport.Builder targetId(String targetId) The OCID of the target database for which this report was created.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic MaskingPolicyHealthReport.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the health report.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic MaskingPolicyHealthReport.Builder displayName(String displayName) The display name of the health report.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic MaskingPolicyHealthReport.Builder timeCreated(Date timeCreated) The date and time the report was created, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic MaskingPolicyHealthReport.Builder timeUpdated(Date timeUpdated) The date and time the report was last updated, in the format defined by RFC3339- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic MaskingPolicyHealthReport.Builder lifecycleState(MaskingPolicyHealthReport.LifecycleState lifecycleState) The current state of the health report.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic MaskingPolicyHealthReport.Builder description(String description) The description of the masking health report.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
errorCountpublic MaskingPolicyHealthReport.Builder errorCount(Long errorCount) The count of errors in the masking health report.- Parameters:
- errorCount- the value to set
- Returns:
- this builder
 
 - 
warningCountpublic MaskingPolicyHealthReport.Builder warningCount(Long warningCount) The count of warnings in the masking health report.- Parameters:
- warningCount- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic MaskingPolicyHealthReport.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
 
 - 
definedTagspublic MaskingPolicyHealthReport.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
 
 - 
buildpublic MaskingPolicyHealthReport build() 
 - 
copypublic MaskingPolicyHealthReport.Builder copy(MaskingPolicyHealthReport model) 
 
- 
 
-