Package com.oracle.bmc.integration.model
Class PrivateEndpointOutboundConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.integration.model.PrivateEndpointOutboundConnection.Builder
 
- 
- Enclosing class:
- PrivateEndpointOutboundConnection
 
 public static class PrivateEndpointOutboundConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointOutboundConnectionbuild()PrivateEndpointOutboundConnection.Buildercopy(PrivateEndpointOutboundConnection model)PrivateEndpointOutboundConnection.BuildernsgIds(List<String> nsgIds)One or more Network security group Ids.PrivateEndpointOutboundConnection.BuildersubnetId(String subnetId)Customer Private Network VCN Subnet OCID.
 
- 
- 
- 
Method Detail- 
subnetIdpublic PrivateEndpointOutboundConnection.Builder subnetId(String subnetId) Customer Private Network VCN Subnet OCID.This is a required argument. - Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic PrivateEndpointOutboundConnection.Builder nsgIds(List<String> nsgIds) One or more Network security group Ids.This is an optional argument. - Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
buildpublic PrivateEndpointOutboundConnection build() 
 - 
copypublic PrivateEndpointOutboundConnection.Builder copy(PrivateEndpointOutboundConnection model) 
 
- 
 
-