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