Interface AnnotationImportJobItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationImportJobItem.Builder,AnnotationImportJobItem>,SdkBuilder<AnnotationImportJobItem.Builder,AnnotationImportJobItem>,SdkPojo
- Enclosing class:
- AnnotationImportJobItem
public static interface AnnotationImportJobItem.Builder extends SdkPojo, CopyableBuilder<AnnotationImportJobItem.Builder,AnnotationImportJobItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationImportJobItem.BuilderannotationFields(Map<String,String> annotationFields)The annotation schema generated by the parsed annotation data.AnnotationImportJobItem.BuildercompletionTime(Instant completionTime)When the job completed.AnnotationImportJobItem.BuildercreationTime(Instant creationTime)When the job was created.AnnotationImportJobItem.BuilderdestinationName(String destinationName)The job's destination annotation store.AnnotationImportJobItem.Builderid(String id)The job's ID.AnnotationImportJobItem.BuilderroleArn(String roleArn)The job's service role ARN.AnnotationImportJobItem.BuilderrunLeftNormalization(Boolean runLeftNormalization)The job's left normalization setting.AnnotationImportJobItem.Builderstatus(String status)The job's status.AnnotationImportJobItem.Builderstatus(JobStatus status)The job's status.AnnotationImportJobItem.BuilderupdateTime(Instant updateTime)When the job was updated.AnnotationImportJobItem.BuilderversionName(String versionName)The name of the annotation store version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
AnnotationImportJobItem.Builder id(String id)
The job's ID.
- Parameters:
id- The job's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationName
AnnotationImportJobItem.Builder destinationName(String destinationName)
The job's destination annotation store.
- Parameters:
destinationName- The job's destination annotation store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
AnnotationImportJobItem.Builder versionName(String versionName)
The name of the annotation store version.
- Parameters:
versionName- The name of the annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
AnnotationImportJobItem.Builder roleArn(String roleArn)
The job's service role ARN.
- Parameters:
roleArn- The job's service role ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AnnotationImportJobItem.Builder status(String status)
The job's status.
-
status
AnnotationImportJobItem.Builder status(JobStatus status)
The job's status.
-
creationTime
AnnotationImportJobItem.Builder creationTime(Instant creationTime)
When the job was created.
- Parameters:
creationTime- When the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AnnotationImportJobItem.Builder updateTime(Instant updateTime)
When the job was updated.
- Parameters:
updateTime- When the job was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
AnnotationImportJobItem.Builder completionTime(Instant completionTime)
When the job completed.
- Parameters:
completionTime- When the job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runLeftNormalization
AnnotationImportJobItem.Builder runLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
- Parameters:
runLeftNormalization- The job's left normalization setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotationFields
AnnotationImportJobItem.Builder annotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
- Parameters:
annotationFields- The annotation schema generated by the parsed annotation data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-