Uses of Class
com.oracle.bmc.psql.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description com.oracle.bmc.psql.model -
-
Uses of Endpoint.Builder in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return Endpoint.Builder Modifier and Type Method Description static Endpoint.Builder
Endpoint. builder()
Create a new builder.Endpoint.Builder
Endpoint.Builder. copy(Endpoint model)
Endpoint.Builder
Endpoint.Builder. fqdn(String fqdn)
The FQDN of the endpoint.Endpoint.Builder
Endpoint.Builder. ipAddress(String ipAddress)
The IP address of the endpoint.Endpoint.Builder
Endpoint.Builder. port(Integer port)
The port address of the endpoint.Endpoint.Builder
Endpoint. toBuilder()
-