Interface MultipartUpload.Builder

    • Method Detail

      • uploadId

        MultipartUpload.Builder uploadId​(String uploadId)

        Upload ID that identifies the multipart upload.

        Parameters:
        uploadId - Upload ID that identifies the multipart upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        MultipartUpload.Builder key​(String key)

        Key of the object for which the multipart upload was initiated.

        Parameters:
        key - Key of the object for which the multipart upload was initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiated

        MultipartUpload.Builder initiated​(Instant initiated)

        Date and time at which the multipart upload was initiated.

        Parameters:
        initiated - Date and time at which the multipart upload was initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageClass

        MultipartUpload.Builder storageClass​(String storageClass)

        The class of storage used to store the object.

        Parameters:
        storageClass - The class of storage used to store the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageClass, StorageClass
      • storageClass

        MultipartUpload.Builder storageClass​(StorageClass storageClass)

        The class of storage used to store the object.

        Parameters:
        storageClass - The class of storage used to store the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageClass, StorageClass
      • owner

        MultipartUpload.Builder owner​(Owner owner)

        Specifies the owner of the object that is part of the multipart upload.

        Parameters:
        owner - Specifies the owner of the object that is part of the multipart upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiator

        MultipartUpload.Builder initiator​(Initiator initiator)

        Identifies who initiated the multipart upload.

        Parameters:
        initiator - Identifies who initiated the multipart upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksumAlgorithm

        MultipartUpload.Builder checksumAlgorithm​(String checksumAlgorithm)

        The algorithm that was used to create a checksum of the object.

        Parameters:
        checksumAlgorithm - The algorithm that was used to create a checksum of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChecksumAlgorithm, ChecksumAlgorithm
      • checksumAlgorithm

        MultipartUpload.Builder checksumAlgorithm​(ChecksumAlgorithm checksumAlgorithm)

        The algorithm that was used to create a checksum of the object.

        Parameters:
        checksumAlgorithm - The algorithm that was used to create a checksum of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChecksumAlgorithm, ChecksumAlgorithm