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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisionPrivateEndpoint
build()
VisionPrivateEndpoint.Builder
compartmentId(String compartmentId)
A compartment identifier.VisionPrivateEndpoint.Builder
copy(VisionPrivateEndpoint model)
VisionPrivateEndpoint.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.VisionPrivateEndpoint.Builder
description(String description)
An optional description of the visionPrivateEndpoint.VisionPrivateEndpoint.Builder
displayName(String displayName)
A human-friendly name for the visionPrivateEndpoint, which can be changed.VisionPrivateEndpoint.Builder
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.VisionPrivateEndpoint.Builder
id(String id)
OCID of private endpointVisionPrivateEndpoint.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail, that can provide actionable information if creation failed.VisionPrivateEndpoint.Builder
lifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState)
The current state of the visionPrivateEndpoint.VisionPrivateEndpoint.Builder
subnetId(String subnetId)
OCID of subnetVisionPrivateEndpoint.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.VisionPrivateEndpoint.Builder
timeCreated(Date timeCreated)
When the visionPrivateEndpoint was created, as an RFC3339 datetime string.VisionPrivateEndpoint.Builder
timeUpdated(Date timeUpdated)
When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
-
-
-
Method Detail
-
id
public VisionPrivateEndpoint.Builder id(String id)
OCID of private endpoint- Parameters:
id
- the value to set- Returns:
- this builder
-
subnetId
public VisionPrivateEndpoint.Builder subnetId(String subnetId)
OCID of subnet- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
displayName
public 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
-
description
public VisionPrivateEndpoint.Builder description(String description)
An optional description of the visionPrivateEndpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public VisionPrivateEndpoint.Builder compartmentId(String compartmentId)
A compartment identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
timeCreated
public VisionPrivateEndpoint.Builder timeCreated(Date timeCreated)
When the visionPrivateEndpoint was created, as an RFC3339 datetime string.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public VisionPrivateEndpoint.Builder timeUpdated(Date timeUpdated)
When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleState
public VisionPrivateEndpoint.Builder lifecycleState(VisionPrivateEndpoint.LifecycleState lifecycleState)
The current state of the visionPrivateEndpoint.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
systemTags
public 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
-
build
public VisionPrivateEndpoint build()
-
copy
public VisionPrivateEndpoint.Builder copy(VisionPrivateEndpoint model)
-
-