public static class UpdateOdaPrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateOdaPrivateEndpointDetails |
build() |
UpdateOdaPrivateEndpointDetails.Builder |
copy(UpdateOdaPrivateEndpointDetails model) |
UpdateOdaPrivateEndpointDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
UpdateOdaPrivateEndpointDetails.Builder |
description(String description)
Description of the ODA private endpoint.
|
UpdateOdaPrivateEndpointDetails.Builder |
displayName(String displayName)
User-defined name for the ODA private endpoint.
|
UpdateOdaPrivateEndpointDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
UpdateOdaPrivateEndpointDetails.Builder |
nsgIds(List<String> nsgIds)
List of
OCIDs of
network security
groups
|
public UpdateOdaPrivateEndpointDetails.Builder displayName(String displayName)
User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
displayName
- the value to setpublic UpdateOdaPrivateEndpointDetails.Builder description(String description)
Description of the ODA private endpoint.
description
- the value to setpublic UpdateOdaPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds)
List of OCIDs of network security groups
nsgIds
- the value to setpublic UpdateOdaPrivateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateOdaPrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateOdaPrivateEndpointDetails build()
public UpdateOdaPrivateEndpointDetails.Builder copy(UpdateOdaPrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.