public static interface GetJobOutputResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<GetJobOutputResponse.Builder,GetJobOutputResponse>
Modifier and Type | Method and Description |
---|---|
GetJobOutputResponse.Builder |
acceptRanges(String acceptRanges)
Indicates the range units accepted.
|
GetJobOutputResponse.Builder |
archiveDescription(String archiveDescription)
The description of an archive.
|
GetJobOutputResponse.Builder |
checksum(String checksum)
The checksum of the data in the response.
|
GetJobOutputResponse.Builder |
contentRange(String contentRange)
The range of bytes returned by Amazon Glacier.
|
GetJobOutputResponse.Builder |
contentType(String contentType)
The Content-Type depends on whether the job output is an archive or a vault inventory.
|
GetJobOutputResponse.Builder |
status(Integer status)
The HTTP response code for a job output request.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetJobOutputResponse.Builder checksum(String checksum)
The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
You get the entire range of the archive.
You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
checksum
- The checksum of the data in the response. This header is returned only when retrieving the output for
an archive retrieval job. Furthermore, this header appears only under the following conditions:
You get the entire range of the archive.
You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
GetJobOutputResponse.Builder status(Integer status)
The HTTP response code for a job output request. The value depends on whether a range was specified in the request.
status
- The HTTP response code for a job output request. The value depends on whether a range was specified in
the request.GetJobOutputResponse.Builder contentRange(String contentRange)
The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.
contentRange
- The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response
provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the
first 1 MB from 8 MB.GetJobOutputResponse.Builder acceptRanges(String acceptRanges)
Indicates the range units accepted. For more information, see RFC2616.
acceptRanges
- Indicates the range units accepted. For more information, see RFC2616.GetJobOutputResponse.Builder contentType(String contentType)
The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.
contentType
- The Content-Type depends on whether the job output is an archive or a vault inventory. For archive
data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format
when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is
returned as JSON, and the Content-Type is application/json.GetJobOutputResponse.Builder archiveDescription(String archiveDescription)
The description of an archive.
archiveDescription
- The description of an archive.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.