Class ExternalListenerTcpEndpoint.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalListenerTcpEndpoint.Builder
-
- Enclosing class:
- ExternalListenerTcpEndpoint
public static class ExternalListenerTcpEndpoint.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalListenerTcpEndpointbuild()ExternalListenerTcpEndpoint.Buildercopy(ExternalListenerTcpEndpoint model)ExternalListenerTcpEndpoint.Builderhost(String host)The host name or IP address.ExternalListenerTcpEndpoint.Builderport(Integer port)The port number.ExternalListenerTcpEndpoint.Builderservices(List<String> services)
-
-
-
Method Detail
-
services
public ExternalListenerTcpEndpoint.Builder services(List<String> services)
-
host
public ExternalListenerTcpEndpoint.Builder host(String host)
The host name or IP address.- Parameters:
host- the value to set- Returns:
- this builder
-
port
public ExternalListenerTcpEndpoint.Builder port(Integer port)
The port number.- Parameters:
port- the value to set- Returns:
- this builder
-
build
public ExternalListenerTcpEndpoint build()
-
copy
public ExternalListenerTcpEndpoint.Builder copy(ExternalListenerTcpEndpoint model)
-
-