Interface MultipartReadSetUploadListItem.Builder

    • Method Detail

      • sequenceStoreId

        MultipartReadSetUploadListItem.Builder sequenceStoreId​(String sequenceStoreId)

        The sequence store ID used for the multipart upload.

        Parameters:
        sequenceStoreId - The sequence store ID used for the multipart upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadId

        MultipartReadSetUploadListItem.Builder uploadId​(String uploadId)

        The ID for the initiated multipart upload.

        Parameters:
        uploadId - The ID for the initiated multipart upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceFileType

        MultipartReadSetUploadListItem.Builder sourceFileType​(String sourceFileType)

        The type of file the read set originated from.

        Parameters:
        sourceFileType - The type of file the read set originated from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileType, FileType
      • sourceFileType

        MultipartReadSetUploadListItem.Builder sourceFileType​(FileType sourceFileType)

        The type of file the read set originated from.

        Parameters:
        sourceFileType - The type of file the read set originated from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileType, FileType
      • subjectId

        MultipartReadSetUploadListItem.Builder subjectId​(String subjectId)

        The read set source's subject ID.

        Parameters:
        subjectId - The read set source's subject ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleId

        MultipartReadSetUploadListItem.Builder sampleId​(String sampleId)

        The read set source's sample ID.

        Parameters:
        sampleId - The read set source's sample ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generatedFrom

        MultipartReadSetUploadListItem.Builder generatedFrom​(String generatedFrom)

        The source of an uploaded part.

        Parameters:
        generatedFrom - The source of an uploaded part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referenceArn

        MultipartReadSetUploadListItem.Builder referenceArn​(String referenceArn)

        The source's reference ARN.

        Parameters:
        referenceArn - The source's reference ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        MultipartReadSetUploadListItem.Builder name​(String name)

        The name of a read set.

        Parameters:
        name - The name of a read set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        MultipartReadSetUploadListItem.Builder description​(String description)

        The description of a read set.

        Parameters:
        description - The description of a read set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        MultipartReadSetUploadListItem.Builder tags​(Map<String,​String> tags)

        Any tags you wish to add to a read set.

        Parameters:
        tags - Any tags you wish to add to a read set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        MultipartReadSetUploadListItem.Builder creationTime​(Instant creationTime)

        The time stamp for when a direct upload was created.

        Parameters:
        creationTime - The time stamp for when a direct upload was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.