Package com.oracle.bmc.opensearch.model
Class ReverseConnectionEndpoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.opensearch.model.ReverseConnectionEndpoint.Builder
 
- 
- Enclosing class:
- ReverseConnectionEndpoint
 
 public static class ReverseConnectionEndpoint.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReverseConnectionEndpointbuild()ReverseConnectionEndpoint.Buildercopy(ReverseConnectionEndpoint model)ReverseConnectionEndpoint.BuildercustomerIp(String customerIp)The IP addresses of the endpoint in customer VCNReverseConnectionEndpoint.BuildernatIp(String natIp)The NAT IP addresses of the endpoint in service VCN
 
- 
- 
- 
Method Detail- 
customerIppublic ReverseConnectionEndpoint.Builder customerIp(String customerIp) The IP addresses of the endpoint in customer VCN- Parameters:
- customerIp- the value to set
- Returns:
- this builder
 
 - 
natIppublic ReverseConnectionEndpoint.Builder natIp(String natIp) The NAT IP addresses of the endpoint in service VCN- Parameters:
- natIp- the value to set
- Returns:
- this builder
 
 - 
buildpublic ReverseConnectionEndpoint build() 
 - 
copypublic ReverseConnectionEndpoint.Builder copy(ReverseConnectionEndpoint model) 
 
- 
 
-