Class UpdateAnnotationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.model.UpdateAnnotationDetails.Builder
-
- Enclosing class:
- UpdateAnnotationDetails
public static class UpdateAnnotationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAnnotationDetails
build()
UpdateAnnotationDetails.Builder
copy(UpdateAnnotationDetails model)
UpdateAnnotationDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource.UpdateAnnotationDetails.Builder
entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.UpdateAnnotationDetails.Builder
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
-
-
-
Method Detail
-
entities
public UpdateAnnotationDetails.Builder entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.- Parameters:
entities
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateAnnotationDetails.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 UpdateAnnotationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The 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 UpdateAnnotationDetails build()
-
copy
public UpdateAnnotationDetails.Builder copy(UpdateAnnotationDetails model)
-
-