Class AnnotationFormat.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.AnnotationFormat.Builder
-
- Enclosing class:
- AnnotationFormat
public static class AnnotationFormat.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationFormat
build()
AnnotationFormat.Builder
copy(AnnotationFormat model)
AnnotationFormat.Builder
name(String name)
A unique name for the target AnnotationFormat for the Dataset.
-
-
-
Method Detail
-
name
public AnnotationFormat.Builder name(String name)
A unique name for the target AnnotationFormat for the Dataset.- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public AnnotationFormat build()
-
copy
public AnnotationFormat.Builder copy(AnnotationFormat model)
-
-