Class CreateExternalExadataStorageConnectorDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.CreateExternalExadataStorageConnectorDetails.Builder
 
- 
- Enclosing class:
- CreateExternalExadataStorageConnectorDetails
 
 public static class CreateExternalExadataStorageConnectorDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
storageServerIdpublic CreateExternalExadataStorageConnectorDetails.Builder storageServerId(String storageServerId) The OCID of the Exadata storage server.- Parameters:
- storageServerId- the value to set
- Returns:
- this builder
 
 - 
agentIdpublic CreateExternalExadataStorageConnectorDetails.Builder agentId(String agentId) The OCID of the agent for the Exadata storage server.- Parameters:
- agentId- the value to set
- Returns:
- this builder
 
 - 
connectorNamepublic CreateExternalExadataStorageConnectorDetails.Builder connectorName(String connectorName) The name of the Exadata storage server connector.- Parameters:
- connectorName- the value to set
- Returns:
- this builder
 
 - 
connectionUripublic CreateExternalExadataStorageConnectorDetails.Builder connectionUri(String connectionUri) The unique string of the connection.For example, “https:// /MS/RESTService/”. - Parameters:
- connectionUri- the value to set
- Returns:
- this builder
 
 - 
credentialInfopublic CreateExternalExadataStorageConnectorDetails.Builder credentialInfo(RestCredential credentialInfo) 
 - 
freeformTagspublic CreateExternalExadataStorageConnectorDetails.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 CreateExternalExadataStorageConnectorDetails.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
 
 - 
buildpublic CreateExternalExadataStorageConnectorDetails build() 
 - 
copypublic CreateExternalExadataStorageConnectorDetails.Builder copy(CreateExternalExadataStorageConnectorDetails model) 
 
- 
 
-