Class CloudDbSystemMacsConnector.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.CloudDbSystemMacsConnector.Builder
-
- Enclosing class:
- CloudDbSystemMacsConnector
public static class CloudDbSystemMacsConnector.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public CloudDbSystemMacsConnector.Builder id(String id)
-
displayName
public CloudDbSystemMacsConnector.Builder displayName(String displayName)
-
compartmentId
public CloudDbSystemMacsConnector.Builder compartmentId(String compartmentId)
-
cloudDbSystemId
public CloudDbSystemMacsConnector.Builder cloudDbSystemId(String cloudDbSystemId)
-
connectionStatus
public CloudDbSystemMacsConnector.Builder connectionStatus(String connectionStatus)
-
connectionFailureMessage
public CloudDbSystemMacsConnector.Builder connectionFailureMessage(String connectionFailureMessage)
-
lifecycleState
public CloudDbSystemMacsConnector.Builder lifecycleState(CloudDbSystemConnector.LifecycleState lifecycleState)
-
lifecycleDetails
public CloudDbSystemMacsConnector.Builder lifecycleDetails(String lifecycleDetails)
-
timeConnectionStatusLastUpdated
public CloudDbSystemMacsConnector.Builder timeConnectionStatusLastUpdated(Date timeConnectionStatusLastUpdated)
-
timeCreated
public CloudDbSystemMacsConnector.Builder timeCreated(Date timeCreated)
-
timeUpdated
public CloudDbSystemMacsConnector.Builder timeUpdated(Date timeUpdated)
-
agentId
public CloudDbSystemMacsConnector.Builder agentId(String agentId)
The OCID of the management agent used for the cloud DB system connector.- Parameters:
agentId
- the value to set- Returns:
- this builder
-
connectionInfo
public CloudDbSystemMacsConnector.Builder connectionInfo(CloudDbSystemConnectionInfo connectionInfo)
-
freeformTags
public CloudDbSystemMacsConnector.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 CloudDbSystemMacsConnector.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 CloudDbSystemMacsConnector.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 CloudDbSystemMacsConnector build()
-
copy
public CloudDbSystemMacsConnector.Builder copy(CloudDbSystemMacsConnector model)
-
-