Interface GetAnnotationImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAnnotationImportJobResponse.Builder,GetAnnotationImportJobResponse>,OmicsResponse.Builder,SdkBuilder<GetAnnotationImportJobResponse.Builder,GetAnnotationImportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAnnotationImportJobResponse
public static interface GetAnnotationImportJobResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetAnnotationImportJobResponse.Builder,GetAnnotationImportJobResponse>
-
-
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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.Builder status(String status)
The job's status.
-
status
GetAnnotationImportJobResponse.Builder status(JobStatus status)
The job's status.
-
statusMessage
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.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
GetAnnotationImportJobResponse.Builder items(Collection<AnnotationImportItemDetail> items)
The job's imported items.
- Parameters:
items- The job's imported items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GetAnnotationImportJobResponse.Builder items(AnnotationImportItemDetail... items)
The job's imported items.
- Parameters:
items- The job's imported items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
GetAnnotationImportJobResponse.Builder items(Consumer<AnnotationImportItemDetail.Builder>... items)
The job's imported items.
This is a convenience method that creates an instance of theAnnotationImportItemDetail.Builderavoiding the need to create one manually viaAnnotationImportItemDetail.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 onAnnotationImportItemDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
runLeftNormalization
GetAnnotationImportJobResponse.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.
-
formatOptions
GetAnnotationImportJobResponse.Builder formatOptions(FormatOptions formatOptions)
Sets the value of the FormatOptions property for this object.- Parameters:
formatOptions- The new value for the FormatOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatOptions
default GetAnnotationImportJobResponse.Builder formatOptions(Consumer<FormatOptions.Builder> formatOptions)
Sets the value of the FormatOptions property for this object. 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)
-
annotationFields
GetAnnotationImportJobResponse.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.
-
-