Package com.oracle.bmc.psql.model
Class Endpoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.psql.model.Endpoint.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Endpointbuild()Endpoint.Buildercopy(Endpoint model)Endpoint.Builderfqdn(String fqdn)The FQDN of the endpoint.Endpoint.BuilderipAddress(String ipAddress)The IP address of the endpoint.Endpoint.Builderport(Integer port)The port address of the endpoint.
 
- 
- 
- 
Method Detail- 
fqdnpublic Endpoint.Builder fqdn(String fqdn) The FQDN of the endpoint.- Parameters:
- fqdn- the value to set
- Returns:
- this builder
 
 - 
ipAddresspublic Endpoint.Builder ipAddress(String ipAddress) The IP address of the endpoint.- Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
portpublic Endpoint.Builder port(Integer port) The port address of the endpoint.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
buildpublic Endpoint build() 
 - 
copypublic Endpoint.Builder copy(Endpoint model) 
 
- 
 
-