Class ExternalDbSystemDiscoveryMacsConnector.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ExternalDbSystemDiscoveryMacsConnector.Builder
 
- 
- Enclosing class:
- ExternalDbSystemDiscoveryMacsConnector
 
 public static class ExternalDbSystemDiscoveryMacsConnector.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDbSystemDiscoveryMacsConnector.BuilderagentId(String agentId)The OCID of the management agent used for the external DB system connector.ExternalDbSystemDiscoveryMacsConnectorbuild()ExternalDbSystemDiscoveryMacsConnector.BuilderconnectionFailureMessage(String connectionFailureMessage)ExternalDbSystemDiscoveryMacsConnector.BuilderconnectionInfo(ExternalDbSystemConnectionInfo connectionInfo)ExternalDbSystemDiscoveryMacsConnector.BuilderconnectionStatus(String connectionStatus)ExternalDbSystemDiscoveryMacsConnector.Buildercopy(ExternalDbSystemDiscoveryMacsConnector model)ExternalDbSystemDiscoveryMacsConnector.BuilderdisplayName(String displayName)ExternalDbSystemDiscoveryMacsConnector.BuildertimeConnectionStatusLastUpdated(Date timeConnectionStatusLastUpdated)
 
- 
- 
- 
Method Detail- 
displayNamepublic ExternalDbSystemDiscoveryMacsConnector.Builder displayName(String displayName) 
 - 
connectionStatuspublic ExternalDbSystemDiscoveryMacsConnector.Builder connectionStatus(String connectionStatus) 
 - 
connectionFailureMessagepublic ExternalDbSystemDiscoveryMacsConnector.Builder connectionFailureMessage(String connectionFailureMessage) 
 - 
timeConnectionStatusLastUpdatedpublic ExternalDbSystemDiscoveryMacsConnector.Builder timeConnectionStatusLastUpdated(Date timeConnectionStatusLastUpdated) 
 - 
agentIdpublic ExternalDbSystemDiscoveryMacsConnector.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
 
 - 
connectionInfopublic ExternalDbSystemDiscoveryMacsConnector.Builder connectionInfo(ExternalDbSystemConnectionInfo connectionInfo) 
 - 
buildpublic ExternalDbSystemDiscoveryMacsConnector build() 
 - 
copypublic ExternalDbSystemDiscoveryMacsConnector.Builder copy(ExternalDbSystemDiscoveryMacsConnector model) 
 
- 
 
-