Class PortInformation.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.model.PortInformation.Builder
 
- 
- Enclosing class:
- PortInformation
 
 public static class PortInformation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PortInformationbuild()PortInformation.Buildercopy(PortInformation model)PortInformation.BuilderportNumber(Integer portNumber)The port number is a unique identifier which is typically used as the loadbalancer listener.PortInformation.BuilderportType(PortInformation.PortType portType)Port type associated for the port number.
 
- 
- 
- 
Method Detail- 
portNumberpublic PortInformation.Builder portNumber(Integer portNumber) The port number is a unique identifier which is typically used as the loadbalancer listener.- Parameters:
- portNumber- the value to set
- Returns:
- this builder
 
 - 
portTypepublic PortInformation.Builder portType(PortInformation.PortType portType) Port type associated for the port number.The two port type enums are CLIENTUTILITY and MANAGEMENTUTILITY. The CLIENTUTILITY enum corresponds to a port which is used by the client daemon. The MANAGEMENTUTILITY enum corresponds to a port used by user management utility. - Parameters:
- portType- the value to set
- Returns:
- this builder
 
 - 
buildpublic PortInformation build() 
 - 
copypublic PortInformation.Builder copy(PortInformation model) 
 
- 
 
-