GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withBucketName(String bucketName) |
Sets the name of the bucket involved in this request, and returns this
request object to enable additional method calls to be chained together.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withContentMd5(String contentMd5) |
Sets the expected content-md5 header of the request and returns this
object, for method chaining.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withContentType(String contentType) |
Sets the expected content-type of the request and returns
this object, for method chaining.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withExpiration(Date expiration) |
Sets the expiration date at which point the new pre-signed URL will no
longer be accepted by Amazon S3, and returns this request object to
enable additional method calls to be chained together.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withKey(String key) |
Sets the key of the object involved in this request, and returns this
request object to enable additional method calls to be chained together.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withKmsCmkId(String kmsCmkId) |
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withMethod(HttpMethod method) |
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request,
and returns this request object to enable additional method calls to be
chained together.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withResponseHeaders(ResponseHeaderOverrides responseHeaders) |
Sets the headers to be overridden in the service response and returns
this object, for method chaining.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withSSEAlgorithm(SSEAlgorithm sseAlgorithm) |
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withSSEAlgorithm(String sseAlgorithm) |
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withSSECustomerKey(SSECustomerKey sseKey) |
Sets the customer-provided server-side encryption key to use as part of
the generated pre-signed URL, and returns the updated request object so
that additional method calls can be chained together.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withSSECustomerKeyAlgorithm(SSEAlgorithm algorithm) |
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withZeroByteContent(boolean zeroByteContent) |
|