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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointOutboundConnection
build()
PrivateEndpointOutboundConnection.Builder
copy(PrivateEndpointOutboundConnection model)
PrivateEndpointOutboundConnection.Builder
nsgIds(List<String> nsgIds)
One or more Network security group Ids.PrivateEndpointOutboundConnection.Builder
subnetId(String subnetId)
Customer Private Network VCN Subnet OCID.
-
-
-
Method Detail
-
subnetId
public 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
-
nsgIds
public 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
-
build
public PrivateEndpointOutboundConnection build()
-
copy
public PrivateEndpointOutboundConnection.Builder copy(PrivateEndpointOutboundConnection model)
-
-