Class CreateGenerativeAiPrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.CreateGenerativeAiPrivateEndpointDetails.Builder
-
- Enclosing class:
- CreateGenerativeAiPrivateEndpointDetails
public static class CreateGenerativeAiPrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public 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
-
subnetId
public 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
-
description
public CreateGenerativeAiPrivateEndpointDetails.Builder description(String description)
A description of this private endpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
displayName
public 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
-
dnsPrefix
public CreateGenerativeAiPrivateEndpointDetails.Builder dnsPrefix(String dnsPrefix)
dnsPrefix of the private endpoint FQDN.- Parameters:
dnsPrefix
- the value to set- Returns:
- this builder
-
nsgIds
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateGenerativeAiPrivateEndpointDetails build()
-
copy
public CreateGenerativeAiPrivateEndpointDetails.Builder copy(CreateGenerativeAiPrivateEndpointDetails model)
-
-