Package com.oracle.bmc.oda.model
Class UpdateOdaPrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateOdaPrivateEndpointDetails.Builder
-
- Enclosing class:
- UpdateOdaPrivateEndpointDetails
public static class UpdateOdaPrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateOdaPrivateEndpointDetails.Builder displayName(String displayName)
User-defined name for the ODA private endpoint.Avoid entering confidential information. You can change this value.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public UpdateOdaPrivateEndpointDetails.Builder description(String description)
Description of the ODA private endpoint.- Parameters:
description- the value to set- Returns:
- this builder
-
nsgIds
public UpdateOdaPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds)
List of OCIDs of network security groups- Parameters:
nsgIds- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
securityAttributes
public UpdateOdaPrivateEndpointDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes)
Security attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “enforce”}}}
- Parameters:
securityAttributes- the value to set- Returns:
- this builder
-
build
public UpdateOdaPrivateEndpointDetails build()
-
copy
public UpdateOdaPrivateEndpointDetails.Builder copy(UpdateOdaPrivateEndpointDetails model)
-
-