Package com.oracle.bmc.oda.model
Class ScanListenerInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.ScanListenerInfo.Builder
-
- Enclosing class:
- ScanListenerInfo
public static class ScanListenerInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScanListenerInfobuild()ScanListenerInfo.Buildercopy(ScanListenerInfo model)ScanListenerInfo.BuilderscanListenerFqdn(String scanListenerFqdn)FQDN of the customer’s Real Application Cluster (RAC)’s SCAN listeners.ScanListenerInfo.BuilderscanListenerIp(String scanListenerIp)A SCAN listener’s IP of the customer’s Real Application Cluster (RAC).ScanListenerInfo.BuilderscanListenerPort(Integer scanListenerPort)The port that customer’s Real Application Cluster (RAC)’s SCAN listeners are listening on.
-
-
-
Method Detail
-
scanListenerFqdn
public ScanListenerInfo.Builder scanListenerFqdn(String scanListenerFqdn)
FQDN of the customer’s Real Application Cluster (RAC)’s SCAN listeners.- Parameters:
scanListenerFqdn- the value to set- Returns:
- this builder
-
scanListenerIp
public ScanListenerInfo.Builder scanListenerIp(String scanListenerIp)
A SCAN listener’s IP of the customer’s Real Application Cluster (RAC).- Parameters:
scanListenerIp- the value to set- Returns:
- this builder
-
scanListenerPort
public ScanListenerInfo.Builder scanListenerPort(Integer scanListenerPort)
The port that customer’s Real Application Cluster (RAC)’s SCAN listeners are listening on.- Parameters:
scanListenerPort- the value to set- Returns:
- this builder
-
build
public ScanListenerInfo build()
-
copy
public ScanListenerInfo.Builder copy(ScanListenerInfo model)
-
-