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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointMetadatabuild()PrivateEndpointMetadata.Buildercopy(PrivateEndpointMetadata model)PrivateEndpointMetadata.BuilderrceDnsProxyIpAddress(String rceDnsProxyIpAddress)The reverse connection endpoint (RCE) IP address for DNS lookups.PrivateEndpointMetadata.BuilderrceTrafficIpAddress(String rceTrafficIpAddress)The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
 
- 
- 
- 
Method Detail- 
rceTrafficIpAddresspublic 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
 
 - 
rceDnsProxyIpAddresspublic PrivateEndpointMetadata.Builder rceDnsProxyIpAddress(String rceDnsProxyIpAddress) The reverse connection endpoint (RCE) IP address for DNS lookups.- Parameters:
- rceDnsProxyIpAddress- the value to set
- Returns:
- this builder
 
 - 
buildpublic PrivateEndpointMetadata build() 
 - 
copypublic PrivateEndpointMetadata.Builder copy(PrivateEndpointMetadata model) 
 
- 
 
-