Interface InitiateMultipartUploadResponse.Builder

    • Method Detail

      • location

        InitiateMultipartUploadResponse.Builder location​(String location)

        The relative URI path of the multipart upload ID Amazon S3 Glacier created.

        Parameters:
        location - The relative URI path of the multipart upload ID Amazon S3 Glacier created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadId

        InitiateMultipartUploadResponse.Builder uploadId​(String uploadId)

        The ID of the multipart upload. This value is also included as part of the location.

        Parameters:
        uploadId - The ID of the multipart upload. This value is also included as part of the location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.