Class CreateExternalExadataStorageConnectorDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.CreateExternalExadataStorageConnectorDetails.Builder
-
- Enclosing class:
- CreateExternalExadataStorageConnectorDetails
public static class CreateExternalExadataStorageConnectorDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
storageServerId
public CreateExternalExadataStorageConnectorDetails.Builder storageServerId(String storageServerId)
The OCID of the Exadata storage server.- Parameters:
storageServerId
- the value to set- Returns:
- this builder
-
agentId
public CreateExternalExadataStorageConnectorDetails.Builder agentId(String agentId)
The OCID of the agent for the Exadata storage server.- Parameters:
agentId
- the value to set- Returns:
- this builder
-
connectorName
public CreateExternalExadataStorageConnectorDetails.Builder connectorName(String connectorName)
The name of the Exadata storage server connector.- Parameters:
connectorName
- the value to set- Returns:
- this builder
-
connectionUri
public 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
-
credentialInfo
public CreateExternalExadataStorageConnectorDetails.Builder credentialInfo(RestCredential credentialInfo)
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateExternalExadataStorageConnectorDetails build()
-
copy
public CreateExternalExadataStorageConnectorDetails.Builder copy(CreateExternalExadataStorageConnectorDetails model)
-
-