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