Package com.oracle.bmc.aivision.model
Class VisionPrivateEndpoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.VisionPrivateEndpoint.Builder
 
- 
- Enclosing class:
- VisionPrivateEndpoint
 
 public static class VisionPrivateEndpoint.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VisionPrivateEndpointbuild()VisionPrivateEndpoint.BuildercompartmentId(String compartmentId)A compartment identifier.VisionPrivateEndpoint.Buildercopy(VisionPrivateEndpoint model)VisionPrivateEndpoint.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.VisionPrivateEndpoint.Builderdescription(String description)An optional description of the visionPrivateEndpoint.VisionPrivateEndpoint.BuilderdisplayName(String displayName)A human-friendly name for the visionPrivateEndpoint, which can be changed.VisionPrivateEndpoint.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.VisionPrivateEndpoint.Builderid(String id)OCID of private endpointVisionPrivateEndpoint.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail, that can provide actionable information if creation failed.VisionPrivateEndpoint.BuilderlifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState)The current state of the visionPrivateEndpoint.VisionPrivateEndpoint.BuildersubnetId(String subnetId)OCID of subnetVisionPrivateEndpoint.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.VisionPrivateEndpoint.BuildertimeCreated(Date timeCreated)When the visionPrivateEndpoint was created, as an RFC3339 datetime string.VisionPrivateEndpoint.BuildertimeUpdated(Date timeUpdated)When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
 
- 
- 
- 
Method Detail- 
idpublic VisionPrivateEndpoint.Builder id(String id) OCID of private endpoint- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic VisionPrivateEndpoint.Builder subnetId(String subnetId) OCID of subnet- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic VisionPrivateEndpoint.Builder displayName(String displayName) A human-friendly name for the visionPrivateEndpoint, which can be changed.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic VisionPrivateEndpoint.Builder description(String description) An optional description of the visionPrivateEndpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic VisionPrivateEndpoint.Builder compartmentId(String compartmentId) A compartment identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic VisionPrivateEndpoint.Builder timeCreated(Date timeCreated) When the visionPrivateEndpoint was created, as an RFC3339 datetime string.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic VisionPrivateEndpoint.Builder timeUpdated(Date timeUpdated) When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic VisionPrivateEndpoint.Builder lifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState) The current state of the visionPrivateEndpoint.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic VisionPrivateEndpoint.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail, that can provide actionable information if creation failed.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic VisionPrivateEndpoint.Builder freeformTags(Map<String,String> freeformTags) A simple key-value pair that is applied without any predefined name, type, or scope.It exists for cross-compatibility only. For example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic VisionPrivateEndpoint.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic VisionPrivateEndpoint.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. For example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic VisionPrivateEndpoint build() 
 - 
copypublic VisionPrivateEndpoint.Builder copy(VisionPrivateEndpoint model) 
 
- 
 
-