public static class ModifyPluggableDatabaseManagementDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public ModifyPluggableDatabaseManagementDetails.Builder credentialDetails(DatabaseCredentialDetails credentialDetails)
public ModifyPluggableDatabaseManagementDetails.Builder privateEndPointId(String privateEndPointId)
The OCID of the private endpoint.
privateEndPointId
- the value to setpublic ModifyPluggableDatabaseManagementDetails.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 ModifyPluggableDatabaseManagementDetails.Builder protocol(ModifyPluggableDatabaseManagementDetails.Protocol protocol)
Protocol used by the database connection.
protocol
- the value to setpublic ModifyPluggableDatabaseManagementDetails.Builder port(Integer port)
The port used to connect to the database.
port
- the value to setpublic ModifyPluggableDatabaseManagementDetails.Builder sslSecretId(String sslSecretId)
sslSecretId
- the value to setpublic ModifyPluggableDatabaseManagementDetails.Builder role(ModifyPluggableDatabaseManagementDetails.Role role)
The role of the user that will be connecting to the database.
role
- the value to setpublic ModifyPluggableDatabaseManagementDetails build()
public ModifyPluggableDatabaseManagementDetails.Builder copy(ModifyPluggableDatabaseManagementDetails model)
Copyright © 2016–2024. All rights reserved.