Package com.oracle.bmc.datasafe.model
Class UpdateTargetDatabaseGroupDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.UpdateTargetDatabaseGroupDetails.Builder
 
- 
- Enclosing class:
- UpdateTargetDatabaseGroupDetails
 
 public static class UpdateTargetDatabaseGroupDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTargetDatabaseGroupDetailsbuild()UpdateTargetDatabaseGroupDetails.Buildercopy(UpdateTargetDatabaseGroupDetails model)UpdateTargetDatabaseGroupDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateTargetDatabaseGroupDetails.Builderdescription(String description)Description of the target database group.UpdateTargetDatabaseGroupDetails.BuilderdisplayName(String displayName)The name of the target database group.UpdateTargetDatabaseGroupDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.UpdateTargetDatabaseGroupDetails.BuildermatchingCriteria(MatchingCriteria matchingCriteria)
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateTargetDatabaseGroupDetails.Builder displayName(String displayName) The name of the target database group.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateTargetDatabaseGroupDetails.Builder description(String description) Description of the target database group.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
matchingCriteriapublic UpdateTargetDatabaseGroupDetails.Builder matchingCriteria(MatchingCriteria matchingCriteria) 
 - 
freeformTagspublic UpdateTargetDatabaseGroupDetails.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 UpdateTargetDatabaseGroupDetails.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 UpdateTargetDatabaseGroupDetails build() 
 - 
copypublic UpdateTargetDatabaseGroupDetails.Builder copy(UpdateTargetDatabaseGroupDetails model) 
 
- 
 
-