public static class UpdatePrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdatePrivateEndpointDetails |
build() |
UpdatePrivateEndpointDetails.Builder |
copy(UpdatePrivateEndpointDetails model) |
UpdatePrivateEndpointDetails.Builder |
networkSecurityGroupIds(List<String> networkSecurityGroupIds)
Network Security Group OCIDs for the Private Endpoint.
|
UpdatePrivateEndpointDetails.Builder |
subnetId(String subnetId)
The subnet OCID for the private endpoint.
|
public UpdatePrivateEndpointDetails.Builder subnetId(String subnetId)
The subnet OCID for the private endpoint. If provided then a new Private Endpoint will be created and a new Private Endpoint IP may be generated.
subnetId
- the value to setpublic UpdatePrivateEndpointDetails.Builder networkSecurityGroupIds(List<String> networkSecurityGroupIds)
Network Security Group OCIDs for the Private Endpoint.
networkSecurityGroupIds
- the value to setpublic UpdatePrivateEndpointDetails build()
public UpdatePrivateEndpointDetails.Builder copy(UpdatePrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.