Class AnnotationFormatSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.AnnotationFormatSummary.Builder
-
- Enclosing class:
- AnnotationFormatSummary
public static class AnnotationFormatSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationFormatSummary
build()
AnnotationFormatSummary.Builder
copy(AnnotationFormatSummary model)
AnnotationFormatSummary.Builder
name(String name)
A unique name for the target AnnotationFormat for the Dataset.
-
-
-
Method Detail
-
name
public AnnotationFormatSummary.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 AnnotationFormatSummary build()
-
copy
public AnnotationFormatSummary.Builder copy(AnnotationFormatSummary model)
-
-