Interface ReadSetListItem.Builder

    • 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.
      • 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.

        Parameters:
        fileType - The read set's file type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileType, FileType
      • fileType

        ReadSetListItem.Builder fileType​(FileType fileType)

        The read set's file type.

        Parameters:
        fileType - The read set's file type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileType, FileType
      • 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.
      • 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.