public static class UpdateConnectDescriptor.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectDescriptor |
build() |
UpdateConnectDescriptor.Builder |
connectString(String connectString)
Connect String.
|
UpdateConnectDescriptor.Builder |
copy(UpdateConnectDescriptor model) |
UpdateConnectDescriptor.Builder |
databaseServiceName(String databaseServiceName)
Database service name.
|
UpdateConnectDescriptor.Builder |
host(String host)
Host or IP address of the connect descriptor.
|
UpdateConnectDescriptor.Builder |
port(Integer port)
Port of the connect descriptor.
|
public UpdateConnectDescriptor.Builder host(String host)
Host or IP address of the connect descriptor.
host
- the value to setpublic UpdateConnectDescriptor.Builder port(Integer port)
Port of the connect descriptor.
port
- the value to setpublic UpdateConnectDescriptor.Builder databaseServiceName(String databaseServiceName)
Database service name.
databaseServiceName
- the value to setpublic UpdateConnectDescriptor.Builder connectString(String connectString)
Connect String. If specified, this will override the stored connect descriptor details.
If a Private Endpoint was specified in the Connection, the host entry should be a valid
IP address. Supported formats: Easy connect:
connectString
- the value to setpublic UpdateConnectDescriptor build()
public UpdateConnectDescriptor.Builder copy(UpdateConnectDescriptor model)
Copyright © 2016–2023. All rights reserved.