Interface GetVariantImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVariantImportJobResponse.Builder,GetVariantImportJobResponse>,OmicsResponse.Builder,SdkBuilder<GetVariantImportJobResponse.Builder,GetVariantImportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVariantImportJobResponse
public static interface GetVariantImportJobResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetVariantImportJobResponse.Builder,GetVariantImportJobResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
GetVariantImportJobResponse.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
GetVariantImportJobResponse.Builder destinationName(String destinationName)
The job's destination variant store.
- Parameters:
destinationName- The job's destination variant store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
GetVariantImportJobResponse.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
GetVariantImportJobResponse.Builder status(String status)
The job's status.
-
status
GetVariantImportJobResponse.Builder status(JobStatus status)
The job's status.
-
statusMessage
GetVariantImportJobResponse.Builder statusMessage(String statusMessage)
The job's status message.
- Parameters:
statusMessage- The job's status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetVariantImportJobResponse.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
GetVariantImportJobResponse.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
GetVariantImportJobResponse.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.
-
items
GetVariantImportJobResponse.Builder items(Collection<VariantImportItemDetail> items)
The job's items.
- Parameters:
items- The job's items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GetVariantImportJobResponse.Builder items(VariantImportItemDetail... items)
The job's items.
- Parameters:
items- The job's items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GetVariantImportJobResponse.Builder items(Consumer<VariantImportItemDetail.Builder>... items)
The job's items.
This is a convenience method that creates an instance of theVariantImportItemDetail.Builderavoiding the need to create one manually viaVariantImportItemDetail.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 onVariantImportItemDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
runLeftNormalization
GetVariantImportJobResponse.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
GetVariantImportJobResponse.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.
-
-