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