Interface ReadSetListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>,SdkBuilder<ReadSetListItem.Builder,ReadSetListItem>,SdkPojo
- Enclosing class:
- ReadSetListItem
public static interface ReadSetListItem.Builder extends SdkPojo, CopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReadSetListItem.Builderarn(String arn)The read set's ARN.ReadSetListItem.BuildercreationTime(Instant creationTime)When the read set was created.ReadSetListItem.BuildercreationType(String creationType)The creation type of the read set.ReadSetListItem.BuildercreationType(CreationType creationType)The creation type of the read set.ReadSetListItem.Builderdescription(String description)The read set's description.default ReadSetListItem.Builderetag(Consumer<ETag.Builder> etag)The entity tag (ETag) is a hash of the object representing its semantic content.ReadSetListItem.Builderetag(ETag etag)The entity tag (ETag) is a hash of the object representing its semantic content.ReadSetListItem.BuilderfileType(String fileType)The read set's file type.ReadSetListItem.BuilderfileType(FileType fileType)The read set's file type.ReadSetListItem.Builderid(String id)The read set's ID.ReadSetListItem.Buildername(String name)The read set's name.ReadSetListItem.BuilderreferenceArn(String referenceArn)The read set's genome reference ARN.ReadSetListItem.BuildersampleId(String sampleId)The read set's sample ID.default ReadSetListItem.BuildersequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation)Sets the value of the SequenceInformation property for this object.ReadSetListItem.BuildersequenceInformation(SequenceInformation sequenceInformation)Sets the value of the SequenceInformation property for this object.ReadSetListItem.BuildersequenceStoreId(String sequenceStoreId)The read set's sequence store ID.ReadSetListItem.Builderstatus(String status)The read set's status.ReadSetListItem.Builderstatus(ReadSetStatus status)The read set's status.ReadSetListItem.BuilderstatusMessage(String statusMessage)The status for a read set.ReadSetListItem.BuildersubjectId(String subjectId)The read set's subject ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
ReadSetListItem.Builder id(String id)
The read set's ID.
- Parameters:
id- The read set's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ReadSetListItem.Builder arn(String arn)
The read set's ARN.
- Parameters:
arn- The read set's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sequenceStoreId
ReadSetListItem.Builder sequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
- Parameters:
sequenceStoreId- The read set's sequence store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectId
ReadSetListItem.Builder subjectId(String subjectId)
The read set's subject ID.
- Parameters:
subjectId- The read set's subject ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleId
ReadSetListItem.Builder sampleId(String sampleId)
The read set's sample ID.
- Parameters:
sampleId- The read set's sample ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ReadSetListItem.Builder status(String status)
The read set's status.
- Parameters:
status- The read set's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReadSetStatus,ReadSetStatus
-
status
ReadSetListItem.Builder status(ReadSetStatus status)
The read set's status.
- Parameters:
status- The read set's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReadSetStatus,ReadSetStatus
-
name
ReadSetListItem.Builder name(String name)
The read set's name.
- Parameters:
name- The read set's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ReadSetListItem.Builder description(String description)
The read set's description.
- Parameters:
description- The read set's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceArn
ReadSetListItem.Builder referenceArn(String referenceArn)
The read set's genome reference ARN.
- Parameters:
referenceArn- The read set's genome reference ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileType
ReadSetListItem.Builder fileType(String fileType)
The read set's file type.
-
fileType
ReadSetListItem.Builder fileType(FileType fileType)
The read set's file type.
-
sequenceInformation
ReadSetListItem.Builder sequenceInformation(SequenceInformation sequenceInformation)
Sets the value of the SequenceInformation property for this object.- Parameters:
sequenceInformation- The new value for the SequenceInformation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sequenceInformation
default ReadSetListItem.Builder sequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation)
Sets the value of the SequenceInformation property for this object. This is a convenience method that creates an instance of theSequenceInformation.Builderavoiding the need to create one manually viaSequenceInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosequenceInformation(SequenceInformation).- Parameters:
sequenceInformation- a consumer that will call methods onSequenceInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sequenceInformation(SequenceInformation)
-
creationTime
ReadSetListItem.Builder creationTime(Instant creationTime)
When the read set was created.
- Parameters:
creationTime- When the read set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
ReadSetListItem.Builder statusMessage(String statusMessage)
The status for a read set. It provides more detail as to why the read set has a status.
- Parameters:
statusMessage- The status for a read set. It provides more detail as to why the read set has a status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationType
ReadSetListItem.Builder creationType(String creationType)
The creation type of the read set.
- Parameters:
creationType- The creation type of the read set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CreationType,CreationType
-
creationType
ReadSetListItem.Builder creationType(CreationType creationType)
The creation type of the read set.
- Parameters:
creationType- The creation type of the read set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CreationType,CreationType
-
etag
ReadSetListItem.Builder etag(ETag etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
- Parameters:
etag- The entity tag (ETag) is a hash of the object representing its semantic content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
etag
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.Builderavoiding the need to create one manually viaETag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toetag(ETag).- Parameters:
etag- a consumer that will call methods onETag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
etag(ETag)
-
-