| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
FormatOptions |
StartAnnotationImportJobRequest.formatOptions()
Formatting options for the annotation file.
|
FormatOptions |
GetAnnotationImportJobResponse.formatOptions()
Returns the value of the FormatOptions property for this object.
|
static FormatOptions |
FormatOptions.fromTsvOptions(Consumer<TsvOptions.Builder> tsvOptions)
Create an instance of this class with
tsvOptions() initialized to the given value. |
static FormatOptions |
FormatOptions.fromTsvOptions(TsvOptions tsvOptions)
Create an instance of this class with
tsvOptions() initialized to the given value. |
static FormatOptions |
FormatOptions.fromVcfOptions(Consumer<VcfOptions.Builder> vcfOptions)
Create an instance of this class with
vcfOptions() initialized to the given value. |
static FormatOptions |
FormatOptions.fromVcfOptions(VcfOptions vcfOptions)
Create an instance of this class with
vcfOptions() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
StartAnnotationImportJobRequest.Builder |
StartAnnotationImportJobRequest.Builder.formatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
|
GetAnnotationImportJobResponse.Builder |
GetAnnotationImportJobResponse.Builder.formatOptions(FormatOptions formatOptions)
Sets the value of the FormatOptions property for this object.
|
Copyright © 2023. All rights reserved.