Package com.oracle.bmc.psql.model
Class Endpoint.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.Endpoint.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Endpoint
build()
Endpoint.Builder
copy(Endpoint model)
Endpoint.Builder
fqdn(String fqdn)
The FQDN of the endpoint.Endpoint.Builder
ipAddress(String ipAddress)
The IP address of the endpoint.Endpoint.Builder
port(Integer port)
The port address of the endpoint.
-
-
-
Method Detail
-
fqdn
public Endpoint.Builder fqdn(String fqdn)
The FQDN of the endpoint.- Parameters:
fqdn
- the value to set- Returns:
- this builder
-
ipAddress
public Endpoint.Builder ipAddress(String ipAddress)
The IP address of the endpoint.- Parameters:
ipAddress
- the value to set- Returns:
- this builder
-
port
public Endpoint.Builder port(Integer port)
The port address of the endpoint.- Parameters:
port
- the value to set- Returns:
- this builder
-
build
public Endpoint build()
-
copy
public Endpoint.Builder copy(Endpoint model)
-
-