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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointChannel
build()
PrivateEndpointChannel.Builder
copy(PrivateEndpointChannel model)
PrivateEndpointChannel.Builder
nsgIds(List<String> nsgIds)
An array of network security group OCIDs.PrivateEndpointChannel.Builder
subnetId(String subnetId)
The OCID of the subnet where VNIC resources will be created for private endpoint.
-
-
-
Method Detail
-
subnetId
public 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
-
nsgIds
public PrivateEndpointChannel.Builder nsgIds(List<String> nsgIds)
An array of network security group OCIDs.- Parameters:
nsgIds
- the value to set- Returns:
- this builder
-
build
public PrivateEndpointChannel build()
-
copy
public PrivateEndpointChannel.Builder copy(PrivateEndpointChannel model)
-
-