public static class PrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateEndpointDetails |
build() |
PrivateEndpointDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment to contain the private endpoint.
|
PrivateEndpointDetails.Builder |
copy(PrivateEndpointDetails model) |
PrivateEndpointDetails.Builder |
id(String id)
OCID of a
previously created Private Endpoint.
|
PrivateEndpointDetails.Builder |
subnetId(String subnetId)
The OCID of the
customer’s subnet where the private endpoint VNIC will reside.
|
PrivateEndpointDetails.Builder |
vcnId(String vcnId)
The OCID of the
VCN where the Private Endpoint will be bound to.
|
public PrivateEndpointDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the private endpoint.
compartmentId
- the value to setpublic PrivateEndpointDetails.Builder vcnId(String vcnId)
The OCID of the VCN where the Private Endpoint will be bound to.
vcnId
- the value to setpublic PrivateEndpointDetails.Builder subnetId(String subnetId)
The OCID of the customer’s subnet where the private endpoint VNIC will reside.
subnetId
- the value to setpublic PrivateEndpointDetails.Builder id(String id)
OCID of a previously created Private Endpoint.
id
- the value to setpublic PrivateEndpointDetails build()
public PrivateEndpointDetails.Builder copy(PrivateEndpointDetails model)
Copyright © 2016–2023. All rights reserved.