Class UpdateGenerativeAiPrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.UpdateGenerativeAiPrivateEndpointDetails.Builder
-
- Enclosing class:
- UpdateGenerativeAiPrivateEndpointDetails
public static class UpdateGenerativeAiPrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public UpdateGenerativeAiPrivateEndpointDetails.Builder description(String description)
A user friendly description.Avoid entering confidential information.
- Parameters:
description
- the value to set- Returns:
- this builder
-
displayName
public UpdateGenerativeAiPrivateEndpointDetails.Builder displayName(String displayName)
A user friendly name.It doesn’t have to be unique. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
dnsPrefix
public UpdateGenerativeAiPrivateEndpointDetails.Builder dnsPrefix(String dnsPrefix)
dnsPrefix of the private endpoint FQDN.- Parameters:
dnsPrefix
- the value to set- Returns:
- this builder
-
nsgIds
public UpdateGenerativeAiPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds)
A list of the OCIDs of the network security groups (NSGs) to add the private endpoint’s VNIC to.- Parameters:
nsgIds
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateGenerativeAiPrivateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateGenerativeAiPrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateGenerativeAiPrivateEndpointDetails build()
-
copy
public UpdateGenerativeAiPrivateEndpointDetails.Builder copy(UpdateGenerativeAiPrivateEndpointDetails model)
-
-