public static class PrivateEndpointChannel.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PrivateEndpointChannel.Builder subnetId(String subnetId)
The OCID of the subnet where VNIC resources will be created for private endpoint.
subnetId
- the value to setpublic PrivateEndpointChannel.Builder nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
nsgIds
- the value to setpublic PrivateEndpointChannel build()
public PrivateEndpointChannel.Builder copy(PrivateEndpointChannel model)
Copyright © 2016–2024. All rights reserved.