public static interface StartAnnotationImportJobRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<StartAnnotationImportJobRequest.Builder,StartAnnotationImportJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAnnotationImportJobRequest.Builder destinationName(String destinationName)
A destination annotation store for the job.
destinationName - A destination annotation store for the job.StartAnnotationImportJobRequest.Builder roleArn(String roleArn)
A service role for the job.
roleArn - A service role for the job.StartAnnotationImportJobRequest.Builder items(Collection<AnnotationImportItemSource> items)
Items to import.
items - Items to import.StartAnnotationImportJobRequest.Builder items(AnnotationImportItemSource... items)
Items to import.
items - Items to import.StartAnnotationImportJobRequest.Builder items(Consumer<AnnotationImportItemSource.Builder>... items)
Items to import.
This is a convenience method that creates an instance of theAnnotationImportItemSource.Builder avoiding the need to
create one manually via
AnnotationImportItemSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
AnnotationImportItemSource.Builder#items(java.util.Collection) StartAnnotationImportJobRequest.Builder versionName(String versionName)
The name of the annotation store version.
versionName - The name of the annotation store version.StartAnnotationImportJobRequest.Builder formatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
formatOptions - Formatting options for the annotation file.default StartAnnotationImportJobRequest.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions)
Formatting options for the annotation file.
This is a convenience method that creates an instance of theFormatOptions.Builder avoiding the need
to create one manually via FormatOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formatOptions(FormatOptions).
formatOptions - a consumer that will call methods on FormatOptions.BuilderformatOptions(FormatOptions)StartAnnotationImportJobRequest.Builder runLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
runLeftNormalization - The job's left normalization setting.StartAnnotationImportJobRequest.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.StartAnnotationImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAnnotationImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.