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