Interface UploadPartCopyResponse.Builder

    • Method Detail

      • copySourceVersionId

        UploadPartCopyResponse.Builder copySourceVersionId​(String copySourceVersionId)

        The version of the source object that was copied, if you have enabled versioning on the source bucket.

        This functionality is not supported when the source object is in a directory bucket.

        Parameters:
        copySourceVersionId - The version of the source object that was copied, if you have enabled versioning on the source bucket.

        This functionality is not supported when the source object is in a directory bucket.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • copyPartResult

        UploadPartCopyResponse.Builder copyPartResult​(CopyPartResult copyPartResult)

        Container for all response elements.

        Parameters:
        copyPartResult - Container for all response elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverSideEncryption

        UploadPartCopyResponse.Builder serverSideEncryption​(String serverSideEncryption)

        The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).

        For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (AES256) is supported.

        Parameters:
        serverSideEncryption - The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).

        For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) ( AES256) is supported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServerSideEncryption, ServerSideEncryption
      • serverSideEncryption

        UploadPartCopyResponse.Builder serverSideEncryption​(ServerSideEncryption serverSideEncryption)

        The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).

        For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (AES256) is supported.

        Parameters:
        serverSideEncryption - The server-side encryption algorithm used when you store this object in Amazon S3 (for example, AES256, aws:kms).

        For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) ( AES256) is supported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServerSideEncryption, ServerSideEncryption
      • sseCustomerAlgorithm

        UploadPartCopyResponse.Builder sseCustomerAlgorithm​(String sseCustomerAlgorithm)

        If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.

        This functionality is not supported for directory buckets.

        Parameters:
        sseCustomerAlgorithm - If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.

        This functionality is not supported for directory buckets.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sseCustomerKeyMD5

        UploadPartCopyResponse.Builder sseCustomerKeyMD5​(String sseCustomerKeyMD5)

        If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.

        This functionality is not supported for directory buckets.

        Parameters:
        sseCustomerKeyMD5 - If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.

        This functionality is not supported for directory buckets.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ssekmsKeyId

        UploadPartCopyResponse.Builder ssekmsKeyId​(String ssekmsKeyId)

        If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.

        This functionality is not supported for directory buckets.

        Parameters:
        ssekmsKeyId - If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.

        This functionality is not supported for directory buckets.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bucketKeyEnabled

        UploadPartCopyResponse.Builder bucketKeyEnabled​(Boolean bucketKeyEnabled)

        Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).

        This functionality is not supported for directory buckets.

        Parameters:
        bucketKeyEnabled - Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).

        This functionality is not supported for directory buckets.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestCharged

        UploadPartCopyResponse.Builder requestCharged​(String requestCharged)
        Sets the value of the RequestCharged property for this object.
        Parameters:
        requestCharged - The new value for the RequestCharged property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RequestCharged, RequestCharged
      • requestCharged

        UploadPartCopyResponse.Builder requestCharged​(RequestCharged requestCharged)
        Sets the value of the RequestCharged property for this object.
        Parameters:
        requestCharged - The new value for the RequestCharged property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RequestCharged, RequestCharged