Class UpdateNamedCredentialDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.UpdateNamedCredentialDetails.Builder
 
- 
- Enclosing class:
- UpdateNamedCredentialDetails
 
 public static class UpdateNamedCredentialDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNamedCredentialDetails.BuilderassociatedResource(String associatedResource)The OCID of the resource that is associated to the named credential.UpdateNamedCredentialDetailsbuild()UpdateNamedCredentialDetails.Buildercontent(NamedCredentialContent content)UpdateNamedCredentialDetails.Buildercopy(UpdateNamedCredentialDetails model)UpdateNamedCredentialDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateNamedCredentialDetails.Builderdescription(String description)The information specified by the user about the named credential.UpdateNamedCredentialDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.UpdateNamedCredentialDetails.Builderscope(NamedCredentialScope scope)The scope of the named credential.
 
- 
- 
- 
Method Detail- 
descriptionpublic UpdateNamedCredentialDetails.Builder description(String description) The information specified by the user about the named credential.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
scopepublic UpdateNamedCredentialDetails.Builder scope(NamedCredentialScope scope) The scope of the named credential.- Parameters:
- scope- the value to set
- Returns:
- this builder
 
 - 
contentpublic UpdateNamedCredentialDetails.Builder content(NamedCredentialContent content) 
 - 
associatedResourcepublic UpdateNamedCredentialDetails.Builder associatedResource(String associatedResource) The OCID of the resource that is associated to the named credential.- Parameters:
- associatedResource- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateNamedCredentialDetails.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 UpdateNamedCredentialDetails.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 UpdateNamedCredentialDetails build() 
 - 
copypublic UpdateNamedCredentialDetails.Builder copy(UpdateNamedCredentialDetails model) 
 
- 
 
-