Package com.oracle.bmc.database.model
Class EnablePluggableDatabaseManagementDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.EnablePluggableDatabaseManagementDetails.Builder
 
- 
- Enclosing class:
- EnablePluggableDatabaseManagementDetails
 
 public static class EnablePluggableDatabaseManagementDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
credentialDetailspublic EnablePluggableDatabaseManagementDetails.Builder credentialDetails(DatabaseCredentialDetails credentialDetails) 
 - 
privateEndPointIdpublic EnablePluggableDatabaseManagementDetails.Builder privateEndPointId(String privateEndPointId) The OCID of the private endpoint.- Parameters:
- privateEndPointId- the value to set
- Returns:
- this builder
 
 - 
serviceNamepublic EnablePluggableDatabaseManagementDetails.Builder serviceName(String serviceName) The name of the Oracle Database service that will be used to connect to the database.- Parameters:
- serviceName- the value to set
- Returns:
- this builder
 
 - 
protocolpublic EnablePluggableDatabaseManagementDetails.Builder protocol(EnablePluggableDatabaseManagementDetails.Protocol protocol) Protocol used by the database connection.- Parameters:
- protocol- the value to set
- Returns:
- this builder
 
 - 
portpublic EnablePluggableDatabaseManagementDetails.Builder port(Integer port) The port used to connect to the pluggable database.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
sslSecretIdpublic EnablePluggableDatabaseManagementDetails.Builder sslSecretId(String sslSecretId) - Parameters:
- sslSecretId- the value to set
- Returns:
- this builder
 
 - 
rolepublic EnablePluggableDatabaseManagementDetails.Builder role(EnablePluggableDatabaseManagementDetails.Role role) The role of the user that will be connecting to the pluggable database.- Parameters:
- role- the value to set
- Returns:
- this builder
 
 - 
buildpublic EnablePluggableDatabaseManagementDetails build() 
 - 
copypublic EnablePluggableDatabaseManagementDetails.Builder copy(EnablePluggableDatabaseManagementDetails model) 
 
- 
 
-