Package com.oracle.bmc.devops.model
Class ServiceVnicChannel.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ServiceVnicChannel.Builder
-
- Enclosing class:
- ServiceVnicChannel
public static class ServiceVnicChannel.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceVnicChannel
build()
ServiceVnicChannel.Builder
copy(ServiceVnicChannel model)
ServiceVnicChannel.Builder
nsgIds(List<String> nsgIds)
An array of network security group OCIDs.ServiceVnicChannel.Builder
subnetId(String subnetId)
The OCID of the subnet where private resources exist.
-
-
-
Method Detail
-
subnetId
public ServiceVnicChannel.Builder subnetId(String subnetId)
The OCID of the subnet where private resources exist.- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
nsgIds
public ServiceVnicChannel.Builder nsgIds(List<String> nsgIds)
An array of network security group OCIDs.- Parameters:
nsgIds
- the value to set- Returns:
- this builder
-
build
public ServiceVnicChannel build()
-
copy
public ServiceVnicChannel.Builder copy(ServiceVnicChannel model)
-
-