Interface InitiateMultipartUploadResponse.Builder

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

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

    • 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

      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.