Class NamedCredential.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.NamedCredential.Builder
-
- Enclosing class:
- NamedCredential
public static class NamedCredential.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedCredential.Builder
associatedResource(String associatedResource)
The OCID of the resource that is associated to the named credential.NamedCredential
build()
NamedCredential.Builder
compartmentId(String compartmentId)
The OCID of the compartment.NamedCredential.Builder
content(NamedCredentialContent content)
NamedCredential.Builder
copy(NamedCredential model)
NamedCredential.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.NamedCredential.Builder
description(String description)
The information specified by the user about the named credential.NamedCredential.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.NamedCredential.Builder
id(String id)
The OCID of the named credential.NamedCredential.Builder
lifecycleDetails(String lifecycleDetails)
The details of the lifecycle state.NamedCredential.Builder
lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the named credential.NamedCredential.Builder
name(String name)
The name of the named credential.NamedCredential.Builder
scope(NamedCredentialScope scope)
The scope of the named credential.NamedCredential.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.NamedCredential.Builder
timeCreated(Date timeCreated)
The date and time the named credential was created.NamedCredential.Builder
timeUpdated(Date timeUpdated)
The date and time the named credential was last updated.NamedCredential.Builder
type(ResourceType type)
The type of resource associated with the named credential.
-
-
-
Method Detail
-
name
public NamedCredential.Builder name(String name)
The name of the named credential.- Parameters:
name
- the value to set- Returns:
- this builder
-
id
public NamedCredential.Builder id(String id)
The OCID of the named credential.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public NamedCredential.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
description
public NamedCredential.Builder description(String description)
The information specified by the user about the named credential.- Parameters:
description
- the value to set- Returns:
- this builder
-
lifecycleState
public NamedCredential.Builder lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the named credential.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public NamedCredential.Builder lifecycleDetails(String lifecycleDetails)
The details of the lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
scope
public NamedCredential.Builder scope(NamedCredentialScope scope)
The scope of the named credential.- Parameters:
scope
- the value to set- Returns:
- this builder
-
type
public NamedCredential.Builder type(ResourceType type)
The type of resource associated with the named credential.- Parameters:
type
- the value to set- Returns:
- this builder
-
content
public NamedCredential.Builder content(NamedCredentialContent content)
-
timeCreated
public NamedCredential.Builder timeCreated(Date timeCreated)
The date and time the named credential was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public NamedCredential.Builder timeUpdated(Date timeUpdated)
The date and time the named credential was last updated.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
associatedResource
public NamedCredential.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
-
freeformTags
public NamedCredential.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
-
definedTags
public NamedCredential.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
-
systemTags
public NamedCredential.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
-
build
public NamedCredential build()
-
copy
public NamedCredential.Builder copy(NamedCredential model)
-
-