Class CreateGenerativeAiPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeai.model.CreateGenerativeAiPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- CreateGenerativeAiPrivateEndpointDetails
 
 public static class CreateGenerativeAiPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateGenerativeAiPrivateEndpointDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where the private endpoint is created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic CreateGenerativeAiPrivateEndpointDetails.Builder subnetId(String subnetId) The OCID of the customer’s subnet where the private endpoint VNIC will reside.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateGenerativeAiPrivateEndpointDetails.Builder description(String description) A description of this private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateGenerativeAiPrivateEndpointDetails.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 CreateGenerativeAiPrivateEndpointDetails.Builder dnsPrefix(String dnsPrefix) dnsPrefix of the private endpoint FQDN.- Parameters:
- dnsPrefix- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic CreateGenerativeAiPrivateEndpointDetails.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 CreateGenerativeAiPrivateEndpointDetails.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 CreateGenerativeAiPrivateEndpointDetails.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 CreateGenerativeAiPrivateEndpointDetails build() 
 - 
copypublic CreateGenerativeAiPrivateEndpointDetails.Builder copy(CreateGenerativeAiPrivateEndpointDetails model) 
 
- 
 
-