Class NamedCredentialSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.NamedCredentialSummary.Builder
 
- 
- Enclosing class:
- NamedCredentialSummary
 
 public static class NamedCredentialSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedCredentialSummarybuild()NamedCredentialSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the named credential resides.NamedCredentialSummary.Buildercopy(NamedCredentialSummary model)NamedCredentialSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.NamedCredentialSummary.Builderdescription(String description)The information specified by the user about the named credential.NamedCredentialSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.NamedCredentialSummary.Builderid(String id)The OCID of the named credential.NamedCredentialSummary.BuilderlifecycleDetails(String lifecycleDetails)The details of the lifecycle state.NamedCredentialSummary.BuilderlifecycleState(LifecycleStates lifecycleState)The current lifecycle state of the named credential.NamedCredentialSummary.Buildername(String name)The name of the named credential.NamedCredentialSummary.Builderscope(NamedCredentialScope scope)The scope of the named credential.NamedCredentialSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.NamedCredentialSummary.BuildertimeCreated(Date timeCreated)The date and time the named credential was created.NamedCredentialSummary.BuildertimeUpdated(Date timeUpdated)The date and time the named credential was last updated.NamedCredentialSummary.Buildertype(ResourceType type)The type of resource associated with the named credential.
 
- 
- 
- 
Method Detail- 
idpublic NamedCredentialSummary.Builder id(String id) The OCID of the named credential.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic NamedCredentialSummary.Builder compartmentId(String compartmentId) The OCID of the compartment in which the named credential resides.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
namepublic NamedCredentialSummary.Builder name(String name) The name of the named credential.Valid characters are uppercase or lowercase letters, numbers, and “_”. The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic NamedCredentialSummary.Builder description(String description) The information specified by the user about the named credential.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
scopepublic NamedCredentialSummary.Builder scope(NamedCredentialScope scope) The scope of the named credential.- Parameters:
- scope- the value to set
- Returns:
- this builder
 
 - 
typepublic NamedCredentialSummary.Builder type(ResourceType type) The type of resource associated with the named credential.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic NamedCredentialSummary.Builder lifecycleState(LifecycleStates lifecycleState) The current lifecycle state of the named credential.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic NamedCredentialSummary.Builder lifecycleDetails(String lifecycleDetails) The details of the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic NamedCredentialSummary.Builder timeCreated(Date timeCreated) The date and time the named credential was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic NamedCredentialSummary.Builder timeUpdated(Date timeUpdated) The date and time the named credential was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic NamedCredentialSummary.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 NamedCredentialSummary.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
 
 - 
systemTagspublic NamedCredentialSummary.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. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud": {"free-tier-retained": "true"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic NamedCredentialSummary build() 
 - 
copypublic NamedCredentialSummary.Builder copy(NamedCredentialSummary model) 
 
- 
 
-