public static class ScanListenerInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScanListenerInfo |
build() |
ScanListenerInfo.Builder |
copy(ScanListenerInfo model) |
ScanListenerInfo.Builder |
scanListenerFqdn(String scanListenerFqdn)
FQDN of the customer’s Real Application Cluster (RAC)’s SCAN listeners.
|
ScanListenerInfo.Builder |
scanListenerIp(String scanListenerIp)
A SCAN listener’s IP of the customer’s Real Application Cluster (RAC).
|
ScanListenerInfo.Builder |
scanListenerPort(Integer scanListenerPort)
The port that customer’s Real Application Cluster (RAC)’s SCAN listeners are listening
on.
|
public ScanListenerInfo.Builder scanListenerFqdn(String scanListenerFqdn)
FQDN of the customer’s Real Application Cluster (RAC)’s SCAN listeners.
scanListenerFqdn
- the value to setpublic ScanListenerInfo.Builder scanListenerIp(String scanListenerIp)
A SCAN listener’s IP of the customer’s Real Application Cluster (RAC).
scanListenerIp
- the value to setpublic ScanListenerInfo.Builder scanListenerPort(Integer scanListenerPort)
The port that customer’s Real Application Cluster (RAC)’s SCAN listeners are listening on.
scanListenerPort
- the value to setpublic ScanListenerInfo build()
public ScanListenerInfo.Builder copy(ScanListenerInfo model)
Copyright © 2016–2024. All rights reserved.