Interface GetReadSetExportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetReadSetExportJobResponse.Builder,
,GetReadSetExportJobResponse> OmicsResponse.Builder
,SdkBuilder<GetReadSetExportJobResponse.Builder,
,GetReadSetExportJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetReadSetExportJobResponse
public static interface GetReadSetExportJobResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetReadSetExportJobResponse.Builder,GetReadSetExportJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime
(Instant completionTime) When the job completed.creationTime
(Instant creationTime) When the job was created.destination
(String destination) The job's destination in Amazon S3.The job's ID.readSets
(Collection<ExportReadSetDetail> readSets) The job's read sets.readSets
(Consumer<ExportReadSetDetail.Builder>... readSets) The job's read sets.readSets
(ExportReadSetDetail... readSets) The job's read sets.sequenceStoreId
(String sequenceStoreId) The job's sequence store ID.The job's status.status
(ReadSetExportJobStatus status) The job's status.statusMessage
(String statusMessage) The job's status message.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
sequenceStoreId
The job's sequence store ID.
- Parameters:
sequenceStoreId
- The job's sequence store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
The job's destination in Amazon S3.
- Parameters:
destination
- The job's destination in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The job's status.
- Parameters:
status
- The job's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The job's status.
- Parameters:
status
- The job's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-
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.
-
readSets
The job's read sets.
- Parameters:
readSets
- The job's read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readSets
The job's read sets.
- Parameters:
readSets
- The job's read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readSets
The job's read sets.
This is a convenience method that creates an instance of theExportReadSetDetail.Builder
avoiding the need to create one manually viaExportReadSetDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreadSets(List<ExportReadSetDetail>)
.- Parameters:
readSets
- a consumer that will call methods onExportReadSetDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-