public static interface AnnotationImportJobItem.Builder extends SdkPojo, CopyableBuilder<AnnotationImportJobItem.Builder,AnnotationImportJobItem>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnnotationImportJobItem.Builder id(String id)
The job's ID.
id - The job's ID.AnnotationImportJobItem.Builder destinationName(String destinationName)
The job's destination annotation store.
destinationName - The job's destination annotation store.AnnotationImportJobItem.Builder versionName(String versionName)
The name of the annotation store version.
versionName - The name of the annotation store version.AnnotationImportJobItem.Builder roleArn(String roleArn)
The job's service role ARN.
roleArn - The job's service role ARN.AnnotationImportJobItem.Builder status(String status)
The job's status.
AnnotationImportJobItem.Builder status(JobStatus status)
The job's status.
AnnotationImportJobItem.Builder creationTime(Instant creationTime)
When the job was created.
creationTime - When the job was created.AnnotationImportJobItem.Builder updateTime(Instant updateTime)
When the job was updated.
updateTime - When the job was updated.AnnotationImportJobItem.Builder completionTime(Instant completionTime)
When the job completed.
completionTime - When the job completed.AnnotationImportJobItem.Builder runLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
runLeftNormalization - The job's left normalization setting.AnnotationImportJobItem.Builder annotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
annotationFields - The annotation schema generated by the parsed annotation data.Copyright © 2023. All rights reserved.