public static interface GetReadSetMetadataResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetReadSetMetadataResponse.Builder,GetReadSetMetadataResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReadSetMetadataResponse.Builder id(String id)
The read set's ID.
id - The read set's ID.GetReadSetMetadataResponse.Builder arn(String arn)
The read set's ARN.
arn - The read set's ARN.GetReadSetMetadataResponse.Builder sequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
sequenceStoreId - The read set's sequence store ID.GetReadSetMetadataResponse.Builder subjectId(String subjectId)
The read set's subject ID.
subjectId - The read set's subject ID.GetReadSetMetadataResponse.Builder sampleId(String sampleId)
The read set's sample ID.
sampleId - The read set's sample ID.GetReadSetMetadataResponse.Builder status(String status)
The read set's status.
status - The read set's status.ReadSetStatus,
ReadSetStatusGetReadSetMetadataResponse.Builder status(ReadSetStatus status)
The read set's status.
status - The read set's status.ReadSetStatus,
ReadSetStatusGetReadSetMetadataResponse.Builder name(String name)
The read set's name.
name - The read set's name.GetReadSetMetadataResponse.Builder description(String description)
The read set's description.
description - The read set's description.GetReadSetMetadataResponse.Builder fileType(String fileType)
The read set's file type.
GetReadSetMetadataResponse.Builder fileType(FileType fileType)
The read set's file type.
GetReadSetMetadataResponse.Builder creationTime(Instant creationTime)
When the read set was created.
creationTime - When the read set was created.GetReadSetMetadataResponse.Builder sequenceInformation(SequenceInformation sequenceInformation)
The read set's sequence information.
sequenceInformation - The read set's sequence information.default GetReadSetMetadataResponse.Builder sequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation)
The read set's sequence information.
This is a convenience method that creates an instance of theSequenceInformation.Builder avoiding the
need to create one manually via SequenceInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sequenceInformation(SequenceInformation).
sequenceInformation - a consumer that will call methods on SequenceInformation.BuildersequenceInformation(SequenceInformation)GetReadSetMetadataResponse.Builder referenceArn(String referenceArn)
The read set's genome reference ARN.
referenceArn - The read set's genome reference ARN.GetReadSetMetadataResponse.Builder files(ReadSetFiles files)
The read set's files.
files - The read set's files.default GetReadSetMetadataResponse.Builder files(Consumer<ReadSetFiles.Builder> files)
The read set's files.
This is a convenience method that creates an instance of theReadSetFiles.Builder avoiding the need
to create one manually via ReadSetFiles.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to files(ReadSetFiles).
files - a consumer that will call methods on ReadSetFiles.Builderfiles(ReadSetFiles)GetReadSetMetadataResponse.Builder statusMessage(String statusMessage)
The status message for a read set. It provides more detail as to why the read set has a status.
statusMessage - The status message for a read set. It provides more detail as to why the read set has a status.GetReadSetMetadataResponse.Builder creationType(String creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationType,
CreationTypeGetReadSetMetadataResponse.Builder creationType(CreationType creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationType,
CreationTypeGetReadSetMetadataResponse.Builder etag(ETag etag)
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
etag - The entity tag (ETag) is a hash of the object meant to represent its semantic content.default GetReadSetMetadataResponse.Builder etag(Consumer<ETag.Builder> etag)
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
This is a convenience method that creates an instance of theETag.Builder avoiding the need to create
one manually via ETag.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to etag(ETag).
etag - a consumer that will call methods on ETag.Builderetag(ETag)Copyright © 2023. All rights reserved.