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