public static class EnablePluggableDatabaseManagementDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public EnablePluggableDatabaseManagementDetails.Builder credentialDetails(DatabaseCredentialDetails credentialDetails)
public EnablePluggableDatabaseManagementDetails.Builder privateEndPointId(String privateEndPointId)
The OCID of the private endpoint.
privateEndPointId
- the value to setpublic EnablePluggableDatabaseManagementDetails.Builder serviceName(String serviceName)
The name of the Oracle Database service that will be used to connect to the database.
serviceName
- the value to setpublic EnablePluggableDatabaseManagementDetails.Builder protocol(EnablePluggableDatabaseManagementDetails.Protocol protocol)
Protocol used by the database connection.
protocol
- the value to setpublic EnablePluggableDatabaseManagementDetails.Builder port(Integer port)
The port used to connect to the pluggable database.
port
- the value to setpublic EnablePluggableDatabaseManagementDetails.Builder sslSecretId(String sslSecretId)
sslSecretId
- the value to setpublic EnablePluggableDatabaseManagementDetails.Builder role(EnablePluggableDatabaseManagementDetails.Role role)
The role of the user that will be connecting to the pluggable database.
role
- the value to setpublic EnablePluggableDatabaseManagementDetails build()
public EnablePluggableDatabaseManagementDetails.Builder copy(EnablePluggableDatabaseManagementDetails model)
Copyright © 2016–2024. All rights reserved.