public static interface ReadSetListItem.Builder extends SdkPojo, CopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>
| Modifier and Type | Method and Description |
|---|---|
ReadSetListItem.Builder |
arn(String arn)
The read set's ARN.
|
ReadSetListItem.Builder |
creationTime(Instant creationTime)
When the read set was created.
|
ReadSetListItem.Builder |
creationType(CreationType creationType)
The creation type of the read set.
|
ReadSetListItem.Builder |
creationType(String creationType)
The creation type of the read set.
|
ReadSetListItem.Builder |
description(String description)
The read set's description.
|
default ReadSetListItem.Builder |
etag(Consumer<ETag.Builder> etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
|
ReadSetListItem.Builder |
etag(ETag etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
|
ReadSetListItem.Builder |
fileType(FileType fileType)
The read set's file type.
|
ReadSetListItem.Builder |
fileType(String fileType)
The read set's file type.
|
ReadSetListItem.Builder |
id(String id)
The read set's ID.
|
ReadSetListItem.Builder |
name(String name)
The read set's name.
|
ReadSetListItem.Builder |
referenceArn(String referenceArn)
The read set's genome reference ARN.
|
ReadSetListItem.Builder |
sampleId(String sampleId)
The read set's sample ID.
|
default ReadSetListItem.Builder |
sequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation)
Sets the value of the SequenceInformation property for this object.
|
ReadSetListItem.Builder |
sequenceInformation(SequenceInformation sequenceInformation)
Sets the value of the SequenceInformation property for this object.
|
ReadSetListItem.Builder |
sequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
|
ReadSetListItem.Builder |
status(ReadSetStatus status)
The read set's status.
|
ReadSetListItem.Builder |
status(String status)
The read set's status.
|
ReadSetListItem.Builder |
statusMessage(String statusMessage)
The status for a read set.
|
ReadSetListItem.Builder |
subjectId(String subjectId)
The read set's subject ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReadSetListItem.Builder id(String id)
The read set's ID.
id - The read set's ID.ReadSetListItem.Builder arn(String arn)
The read set's ARN.
arn - The read set's ARN.ReadSetListItem.Builder sequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
sequenceStoreId - The read set's sequence store ID.ReadSetListItem.Builder subjectId(String subjectId)
The read set's subject ID.
subjectId - The read set's subject ID.ReadSetListItem.Builder sampleId(String sampleId)
The read set's sample ID.
sampleId - The read set's sample ID.ReadSetListItem.Builder status(String status)
The read set's status.
status - The read set's status.ReadSetStatus,
ReadSetStatusReadSetListItem.Builder status(ReadSetStatus status)
The read set's status.
status - The read set's status.ReadSetStatus,
ReadSetStatusReadSetListItem.Builder name(String name)
The read set's name.
name - The read set's name.ReadSetListItem.Builder description(String description)
The read set's description.
description - The read set's description.ReadSetListItem.Builder referenceArn(String referenceArn)
The read set's genome reference ARN.
referenceArn - The read set's genome reference ARN.ReadSetListItem.Builder fileType(String fileType)
The read set's file type.
ReadSetListItem.Builder fileType(FileType fileType)
The read set's file type.
ReadSetListItem.Builder sequenceInformation(SequenceInformation sequenceInformation)
sequenceInformation - The new value for the SequenceInformation property for this object.default ReadSetListItem.Builder sequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation)
SequenceInformation.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)ReadSetListItem.Builder creationTime(Instant creationTime)
When the read set was created.
creationTime - When the read set was created.ReadSetListItem.Builder statusMessage(String statusMessage)
The status for a read set. It provides more detail as to why the read set has a status.
statusMessage - The status for a read set. It provides more detail as to why the read set has a status.ReadSetListItem.Builder creationType(String creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationType,
CreationTypeReadSetListItem.Builder creationType(CreationType creationType)
The creation type of the read set.
creationType - The creation type of the read set.CreationType,
CreationTypeReadSetListItem.Builder etag(ETag etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
etag - The entity tag (ETag) is a hash of the object representing its semantic content.default ReadSetListItem.Builder etag(Consumer<ETag.Builder> etag)
The entity tag (ETag) is a hash of the object representing 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.