Package com.oracle.bmc.aivision.model
Class CreateVisionPrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.CreateVisionPrivateEndpointDetails.Builder
-
- Enclosing class:
- CreateVisionPrivateEndpointDetails
public static class CreateVisionPrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVisionPrivateEndpointDetails
build()
CreateVisionPrivateEndpointDetails.Builder
compartmentId(String compartmentId)
The compartment identifier.CreateVisionPrivateEndpointDetails.Builder
copy(CreateVisionPrivateEndpointDetails model)
CreateVisionPrivateEndpointDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.CreateVisionPrivateEndpointDetails.Builder
description(String description)
An optional description of the visionPrivateEndpoint.CreateVisionPrivateEndpointDetails.Builder
displayName(String displayName)
A human-friendly name for the visionPrivateEndpoint, that can be changed.CreateVisionPrivateEndpointDetails.Builder
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.CreateVisionPrivateEndpointDetails.Builder
subnetId(String subnetId)
OCID of subnet
-
-
-
Method Detail
-
displayName
public CreateVisionPrivateEndpointDetails.Builder displayName(String displayName)
A human-friendly name for the visionPrivateEndpoint, that can be changed.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
subnetId
public CreateVisionPrivateEndpointDetails.Builder subnetId(String subnetId)
OCID of subnet- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
description
public CreateVisionPrivateEndpointDetails.Builder description(String description)
An optional description of the visionPrivateEndpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public CreateVisionPrivateEndpointDetails.Builder compartmentId(String compartmentId)
The compartment identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
freeformTags
public CreateVisionPrivateEndpointDetails.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 CreateVisionPrivateEndpointDetails.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
-
build
public CreateVisionPrivateEndpointDetails build()
-
copy
public CreateVisionPrivateEndpointDetails.Builder copy(CreateVisionPrivateEndpointDetails model)
-
-