Class UpdateGenerativeAiPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeai.model.UpdateGenerativeAiPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- UpdateGenerativeAiPrivateEndpointDetails
 
 public static class UpdateGenerativeAiPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
descriptionpublic UpdateGenerativeAiPrivateEndpointDetails.Builder description(String description) A user friendly description.Avoid entering confidential information. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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
 
 - 
dnsPrefixpublic UpdateGenerativeAiPrivateEndpointDetails.Builder dnsPrefix(String dnsPrefix) dnsPrefix of the private endpoint FQDN.- Parameters:
- dnsPrefix- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic 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
 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
buildpublic UpdateGenerativeAiPrivateEndpointDetails build() 
 - 
copypublic UpdateGenerativeAiPrivateEndpointDetails.Builder copy(UpdateGenerativeAiPrivateEndpointDetails model) 
 
- 
 
-