Package com.oracle.bmc.sch.model
Class PrivateEndpointMetadata.Builder
- java.lang.Object
-
- com.oracle.bmc.sch.model.PrivateEndpointMetadata.Builder
-
- Enclosing class:
- PrivateEndpointMetadata
public static class PrivateEndpointMetadata.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointMetadata
build()
PrivateEndpointMetadata.Builder
copy(PrivateEndpointMetadata model)
PrivateEndpointMetadata.Builder
rceDnsProxyIpAddress(String rceDnsProxyIpAddress)
The reverse connection endpoint (RCE) IP address for DNS lookups.PrivateEndpointMetadata.Builder
rceTrafficIpAddress(String rceTrafficIpAddress)
The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
-
-
-
Method Detail
-
rceTrafficIpAddress
public PrivateEndpointMetadata.Builder rceTrafficIpAddress(String rceTrafficIpAddress)
The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.- Parameters:
rceTrafficIpAddress
- the value to set- Returns:
- this builder
-
rceDnsProxyIpAddress
public PrivateEndpointMetadata.Builder rceDnsProxyIpAddress(String rceDnsProxyIpAddress)
The reverse connection endpoint (RCE) IP address for DNS lookups.- Parameters:
rceDnsProxyIpAddress
- the value to set- Returns:
- this builder
-
build
public PrivateEndpointMetadata build()
-
copy
public PrivateEndpointMetadata.Builder copy(PrivateEndpointMetadata model)
-
-