JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.omics.model

Class UploadReadSetPartRequest

    • Constructor Detail

      • UploadReadSetPartRequest

        public UploadReadSetPartRequest()
    • Method Detail

      • setSequenceStoreId

        public void setSequenceStoreId(String sequenceStoreId)

        The Sequence Store ID used for the multipart upload.

        Parameters:
        sequenceStoreId - The Sequence Store ID used for the multipart upload.
      • getSequenceStoreId

        public String getSequenceStoreId()

        The Sequence Store ID used for the multipart upload.

        Returns:
        The Sequence Store ID used for the multipart upload.
      • withSequenceStoreId

        public UploadReadSetPartRequest withSequenceStoreId(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.
      • setUploadId

        public void setUploadId(String uploadId)

        The ID for the initiated multipart upload.

        Parameters:
        uploadId - The ID for the initiated multipart upload.
      • getUploadId

        public String getUploadId()

        The ID for the initiated multipart upload.

        Returns:
        The ID for the initiated multipart upload.
      • withUploadId

        public UploadReadSetPartRequest withUploadId(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.
      • setPartSource

        public void setPartSource(String partSource)

        The source file for an upload part.

        Parameters:
        partSource - The source file for an upload part.
        See Also:
        ReadSetPartSource
      • getPartSource

        public String getPartSource()

        The source file for an upload part.

        Returns:
        The source file for an upload part.
        See Also:
        ReadSetPartSource
      • withPartSource

        public UploadReadSetPartRequest withPartSource(String partSource)

        The source file for an upload part.

        Parameters:
        partSource - The source file for an upload part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReadSetPartSource
      • withPartSource

        public UploadReadSetPartRequest withPartSource(ReadSetPartSource partSource)

        The source file for an upload part.

        Parameters:
        partSource - The source file for an upload part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReadSetPartSource
      • setPartNumber

        public void setPartNumber(Integer partNumber)

        The number of the part being uploaded.

        Parameters:
        partNumber - The number of the part being uploaded.
      • getPartNumber

        public Integer getPartNumber()

        The number of the part being uploaded.

        Returns:
        The number of the part being uploaded.
      • withPartNumber

        public UploadReadSetPartRequest withPartNumber(Integer partNumber)

        The number of the part being uploaded.

        Parameters:
        partNumber - The number of the part being uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPayload

        public void setPayload(InputStream payload)

        The read set data to upload for a part.

        Parameters:
        payload - The read set data to upload for a part.
      • getPayload

        public InputStream getPayload()

        The read set data to upload for a part.

        Returns:
        The read set data to upload for a part.
      • withPayload

        public UploadReadSetPartRequest withPayload(InputStream payload)

        The read set data to upload for a part.

        Parameters:
        payload - The read set data to upload for a part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /