Interface StartAnnotationImportJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartAnnotationImportJobRequest.Builder,StartAnnotationImportJobRequest>,OmicsRequest.Builder,SdkBuilder<StartAnnotationImportJobRequest.Builder,StartAnnotationImportJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartAnnotationImportJobRequest
public static interface StartAnnotationImportJobRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<StartAnnotationImportJobRequest.Builder,StartAnnotationImportJobRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
destinationName
StartAnnotationImportJobRequest.Builder destinationName(String destinationName)
A destination annotation store for the job.
- Parameters:
destinationName- A destination annotation store for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
StartAnnotationImportJobRequest.Builder roleArn(String roleArn)
A service role for the job.
- Parameters:
roleArn- A service role for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
StartAnnotationImportJobRequest.Builder items(Collection<AnnotationImportItemSource> items)
Items to import.
- Parameters:
items- Items to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
StartAnnotationImportJobRequest.Builder items(AnnotationImportItemSource... items)
Items to import.
- Parameters:
items- Items to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
StartAnnotationImportJobRequest.Builder items(Consumer<AnnotationImportItemSource.Builder>... items)
Items to import.
This is a convenience method that creates an instance of theAnnotationImportItemSource.Builderavoiding the need to create one manually viaAnnotationImportItemSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onAnnotationImportItemSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
versionName
StartAnnotationImportJobRequest.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.
-
formatOptions
StartAnnotationImportJobRequest.Builder formatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
- Parameters:
formatOptions- Formatting options for the annotation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatOptions
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.Builderavoiding the need to create one manually viaFormatOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toformatOptions(FormatOptions).- Parameters:
formatOptions- a consumer that will call methods onFormatOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
formatOptions(FormatOptions)
-
runLeftNormalization
StartAnnotationImportJobRequest.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
StartAnnotationImportJobRequest.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.
-
overrideConfiguration
StartAnnotationImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartAnnotationImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-