Package com.oracle.bmc.datasafe.model
Class TemplateBaselineDiffsPerTarget.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.TemplateBaselineDiffsPerTarget.Builder
 
- 
- Enclosing class:
- TemplateBaselineDiffsPerTarget
 
 public static class TemplateBaselineDiffsPerTarget.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateBaselineDiffsPerTargetbuild()TemplateBaselineDiffsPerTarget.Buildercopy(TemplateBaselineDiffsPerTarget model)TemplateBaselineDiffsPerTarget.Builderkey(String key)A unique identifier for the finding.TemplateBaselineDiffsPerTarget.Builderseverity(TemplateBaselineDiffsPerTarget.Severity severity)The severity of this diff.TemplateBaselineDiffsPerTarget.BuildertargetId(String targetId)The OCID of the target database.TemplateBaselineDiffsPerTarget.Buildertitle(String title)The short title for the finding.
 
- 
- 
- 
Method Detail- 
targetIdpublic TemplateBaselineDiffsPerTarget.Builder targetId(String targetId) The OCID of the target database.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
keypublic TemplateBaselineDiffsPerTarget.Builder key(String key) A unique identifier for the finding.This is common for the finding across targets. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
titlepublic TemplateBaselineDiffsPerTarget.Builder title(String title) The short title for the finding.- Parameters:
- title- the value to set
- Returns:
- this builder
 
 - 
severitypublic TemplateBaselineDiffsPerTarget.Builder severity(TemplateBaselineDiffsPerTarget.Severity severity) The severity of this diff.- Parameters:
- severity- the value to set
- Returns:
- this builder
 
 - 
buildpublic TemplateBaselineDiffsPerTarget build() 
 - 
copypublic TemplateBaselineDiffsPerTarget.Builder copy(TemplateBaselineDiffsPerTarget model) 
 
- 
 
-