Package | Description |
---|---|
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
GetObjectRequest.Builder |
GetObjectRequest.Builder.bucketName(String bucketName)
The name of the bucket.
|
static GetObjectRequest.Builder |
GetObjectRequest.builder()
Return a new builder for this request object.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.copy(GetObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.httpResponseCacheControl(String httpResponseCacheControl)
Specify this query parameter to override the Cache-Control response header in the
GetObject response.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.httpResponseContentDisposition(String httpResponseContentDisposition)
Specify this query parameter to override the value of the Content-Disposition response
header in the GetObject response.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.httpResponseContentEncoding(String httpResponseContentEncoding)
Specify this query parameter to override the Content-Encoding response header in the
GetObject response.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.httpResponseContentLanguage(String httpResponseContentLanguage)
Specify this query parameter to override the Content-Language response header in the
GetObject response.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.httpResponseContentType(String httpResponseContentType)
Specify this query parameter to override the Content-Type response header in the
GetObject response.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.httpResponseExpires(String httpResponseExpires)
Specify this query parameter to override the Expires response header in the GetObject
response.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.ifNoneMatch(String ifNoneMatch)
The entity tag (ETag) to avoid matching.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.objectName(String objectName)
The name of the object.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.opcSseCustomerAlgorithm(String opcSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.opcSseCustomerKey(String opcSseCustomerKey)
The optional header that specifies the base64-encoded 256-bit encryption key to use to
encrypt or decrypt the data.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.opcSseCustomerKeySha256(String opcSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.range(Range range)
Optional byte range to fetch, as described in RFC
7233.
|
GetObjectRequest.Builder |
GetObjectRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetObjectRequest.Builder |
GetObjectRequest.toBuilder()
Return an instance of
GetObjectRequest.Builder that allows you to modify request properties. |
GetObjectRequest.Builder |
GetObjectRequest.Builder.versionId(String versionId)
VersionId used to identify a particular version of the object
|
Copyright © 2016–2024. All rights reserved.