Interface GetReadSetImportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetReadSetImportJobResponse.Builder,
,GetReadSetImportJobResponse> OmicsResponse.Builder
,SdkBuilder<GetReadSetImportJobResponse.Builder,
,GetReadSetImportJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetReadSetImportJobResponse
public static interface GetReadSetImportJobResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetReadSetImportJobResponse.Builder,GetReadSetImportJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime
(Instant completionTime) When the job completed.creationTime
(Instant creationTime) When the job was created.The job's ID.The job's service role ARN.sequenceStoreId
(String sequenceStoreId) The job's sequence store ID.sources
(Collection<ImportReadSetSourceItem> sources) The job's source files.sources
(Consumer<ImportReadSetSourceItem.Builder>... sources) The job's source files.sources
(ImportReadSetSourceItem... sources) The job's source files.The job's status.status
(ReadSetImportJobStatus 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.
-
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
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.
-
sources
The job's source files.
- Parameters:
sources
- The job's source files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The job's source files.
- Parameters:
sources
- The job's source files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The job's source files.
This is a convenience method that creates an instance of theImportReadSetSourceItem.Builder
avoiding the need to create one manually viaImportReadSetSourceItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosources(List<ImportReadSetSourceItem>)
.- Parameters:
sources
- a consumer that will call methods onImportReadSetSourceItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-