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