Interface CompleteMultipartUploadResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>, GlacierResponse.Builder, SdkBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CompleteMultipartUploadResponse

public static interface CompleteMultipartUploadResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>
  • Method Details

    • location

      The relative URI path of the newly added archive resource.

      Parameters:
      location - The relative URI path of the newly added archive resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • checksum

      The checksum of the archive computed by Amazon S3 Glacier.

      Parameters:
      checksum - The checksum of the archive computed by Amazon S3 Glacier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • archiveId

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

      Parameters:
      archiveId - The ID of the archive. 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.