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