Interface AnnotationBatchSaveRequest.Builder
- Enclosing interface:
- AnnotationBatchSaveRequest
public static interface AnnotationBatchSaveRequest.Builder
Creates an instance of
AnnotationBatchSaveRequest
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theAnnotationBatchSaveRequest
based on the provided data.withAnnotations
(List<Annotation> annotations) Specifies theAnnotation
s to be created or updated.
-
Method Details
-
withAnnotations
Specifies theAnnotation
s to be created or updated. They must have a minimum amount of data based on their type. The maximum allowed batch size is 500.- Parameters:
annotations
- TheAnnotation
s to be created or updated- Returns:
- this
AnnotationBatchSaveRequest.Builder
-
build
AnnotationBatchSaveRequest build()Builds theAnnotationBatchSaveRequest
based on the provided data.- Returns:
- the
AnnotationBatchSaveRequest
-