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