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