Class GenerativeAiPrivateEndpoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeai.model.GenerativeAiPrivateEndpoint.Builder
 
- 
- Enclosing class:
- GenerativeAiPrivateEndpoint
 
 public static class GenerativeAiPrivateEndpoint.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerativeAiPrivateEndpointbuild()GenerativeAiPrivateEndpoint.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the private endpoint.GenerativeAiPrivateEndpoint.Buildercopy(GenerativeAiPrivateEndpoint model)GenerativeAiPrivateEndpoint.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.GenerativeAiPrivateEndpoint.Builderdescription(String description)A description of this private endpoint.GenerativeAiPrivateEndpoint.BuilderdisplayName(String displayName)A user friendly name.GenerativeAiPrivateEndpoint.Builderfqdn(String fqdn)Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)GenerativeAiPrivateEndpoint.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.GenerativeAiPrivateEndpoint.Builderid(String id)The OCID of a private endpoint.GenerativeAiPrivateEndpoint.BuilderlifecycleDetails(String lifecycleDetails)The detailed messages about the lifecycle stateGenerativeAiPrivateEndpoint.BuilderlifecycleState(GenerativeAiPrivateEndpoint.LifecycleState lifecycleState)The current state of the Generative AI Private Endpoint.GenerativeAiPrivateEndpoint.BuildernsgIds(List<String> nsgIds)A list of the OCIDs of the network security groups that the private endpoint’s VNIC belongs to.GenerativeAiPrivateEndpoint.BuilderpreviousState(GenerativeAiPrivateEndpoint previousState)GenerativeAiPrivateEndpoint.BuilderprivateEndpointIp(String privateEndpointIp)The private IP address (in the customer’s VCN) that represents the access point for the associated endpoint service.GenerativeAiPrivateEndpoint.BuildersubnetId(String subnetId)The OCID of the subnet that the private endpoint belongs to.GenerativeAiPrivateEndpoint.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.GenerativeAiPrivateEndpoint.BuildertimeCreated(Date timeCreated)The date and time that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format.GenerativeAiPrivateEndpoint.BuildertimeUpdated(Date timeUpdated)The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic GenerativeAiPrivateEndpoint.Builder id(String id) The OCID of a private endpoint.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic GenerativeAiPrivateEndpoint.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
 
 - 
descriptionpublic GenerativeAiPrivateEndpoint.Builder description(String description) A description of this private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic GenerativeAiPrivateEndpoint.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the private endpoint.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic GenerativeAiPrivateEndpoint.Builder subnetId(String subnetId) The OCID of the subnet that the private endpoint belongs to.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic GenerativeAiPrivateEndpoint.Builder lifecycleState(GenerativeAiPrivateEndpoint.LifecycleState lifecycleState) The current state of the Generative AI Private Endpoint.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic GenerativeAiPrivateEndpoint.Builder lifecycleDetails(String lifecycleDetails) The detailed messages about the lifecycle state- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic GenerativeAiPrivateEndpoint.Builder nsgIds(List<String> nsgIds) A list of the OCIDs of the network security groups that the private endpoint’s VNIC belongs to.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
fqdnpublic GenerativeAiPrivateEndpoint.Builder fqdn(String fqdn) Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)- Parameters:
- fqdn- the value to set
- Returns:
- this builder
 
 - 
privateEndpointIppublic GenerativeAiPrivateEndpoint.Builder privateEndpointIp(String privateEndpointIp) The private IP address (in the customer’s VCN) that represents the access point for the associated endpoint service.- Parameters:
- privateEndpointIp- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic GenerativeAiPrivateEndpoint.Builder timeCreated(Date timeCreated) The date and time that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format.Example: 2018-04-03T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic GenerativeAiPrivateEndpoint.Builder timeUpdated(Date timeUpdated) The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format.Example: 2018-04-03T21:10:29.600Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
previousStatepublic GenerativeAiPrivateEndpoint.Builder previousState(GenerativeAiPrivateEndpoint previousState) 
 - 
freeformTagspublic GenerativeAiPrivateEndpoint.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 GenerativeAiPrivateEndpoint.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
 
 - 
systemTagspublic GenerativeAiPrivateEndpoint.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic GenerativeAiPrivateEndpoint build() 
 - 
copypublic GenerativeAiPrivateEndpoint.Builder copy(GenerativeAiPrivateEndpoint model) 
 
- 
 
-