Package com.oracle.bmc.devops.model
Class PrivateEndpointChannel.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.PrivateEndpointChannel.Builder
 
- 
- Enclosing class:
- PrivateEndpointChannel
 
 public static class PrivateEndpointChannel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointChannelbuild()PrivateEndpointChannel.Buildercopy(PrivateEndpointChannel model)PrivateEndpointChannel.BuildernsgIds(List<String> nsgIds)An array of network security group OCIDs.PrivateEndpointChannel.BuildersubnetId(String subnetId)The OCID of the subnet where VNIC resources will be created for private endpoint.
 
- 
- 
- 
Method Detail- 
subnetIdpublic PrivateEndpointChannel.Builder subnetId(String subnetId) The OCID of the subnet where VNIC resources will be created for private endpoint.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic PrivateEndpointChannel.Builder nsgIds(List<String> nsgIds) An array of network security group OCIDs.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
buildpublic PrivateEndpointChannel build() 
 - 
copypublic PrivateEndpointChannel.Builder copy(PrivateEndpointChannel model) 
 
- 
 
-