Class ReachableIp.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.ReachableIp.Builder
 
- 
- Enclosing class:
- ReachableIp
 
 public static class ReachableIp.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReachableIpbuild()ReachableIp.Buildercopy(ReachableIp model)ReachableIp.BuilderipAddress(String ipAddress)Reachable IP address associated with the private endpoint.
 
- 
- 
- 
Method Detail- 
ipAddresspublic ReachableIp.Builder ipAddress(String ipAddress) Reachable IP address associated with the private endpoint.- Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
buildpublic ReachableIp build() 
 - 
copypublic ReachableIp.Builder copy(ReachableIp model) 
 
- 
 
-