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