Package | Description |
---|---|
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
PutObjectRequest.Builder |
PutObjectRequest.Builder.body$(InputStream body)
Alternative setter for the body parameter.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.bucketName(String bucketName)
The name of the bucket.
|
static PutObjectRequest.Builder |
PutObjectRequest.builder()
Return a new builder for this request object.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.cacheControl(String cacheControl)
The optional Cache-Control header that defines the caching behavior value to be returned
in GetObject and HeadObject responses.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.contentDisposition(String contentDisposition)
The optional Content-Disposition header that defines presentational information for the
object to be returned in GetObject and HeadObject responses.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.contentEncoding(String contentEncoding)
The optional Content-Encoding header that defines the content encodings that were applied
to the object to upload.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.contentLanguage(String contentLanguage)
The optional Content-Language header that defines the content language of the object to
upload.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.contentLength(Long contentLength)
The content length of the body.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.contentMD5(String contentMD5)
The optional header that defines the base64-encoded MD5 hash of the body.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.contentType(String contentType)
The optional Content-Type header that defines the standard MIME type format of the
object.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.copy(PutObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.expect(String expect)
A value of
100-continue requests preliminary verification of the request method,
path, and headers before the request body is sent. |
PutObjectRequest.Builder |
PutObjectRequest.Builder.ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.ifNoneMatch(String ifNoneMatch)
The entity tag (ETag) to avoid matching.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.objectName(String objectName)
The name of the object.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcChecksumAlgorithm(ChecksumAlgorithm opcChecksumAlgorithm)
The optional checksum algorithm to use to compute and store the checksum of the body of
the HTTP request (or the parts in case of multipart uploads), in addition to the default
MD5 checksum.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcContentCrc32c(String opcContentCrc32c)
Applicable only if CRC32C is specified in the opc-checksum-algorithm request header.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcContentSha256(String opcContentSha256)
Applicable only if SHA256 is specified in the opc-checksum-algorithm request header.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcContentSha384(String opcContentSha384)
Applicable only if SHA384 is specified in the opc-checksum-algorithm request header.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcMeta(Map<String,String> opcMeta)
Optional user-defined metadata key and value.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcSseCustomerAlgorithm(String opcSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcSseCustomerKey(String opcSseCustomerKey)
The optional header that specifies the base64-encoded 256-bit encryption key to use to
encrypt or decrypt the data.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcSseCustomerKeySha256(String opcSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.opcSseKmsKeyId(String opcSseKmsKeyId)
The OCID of a
master encryption key used to call the Key Management service to generate a data
encryption key or to encrypt or decrypt a data encryption key.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.putObjectBody(InputStream putObjectBody)
The object to upload to the object store.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.storageTier(StorageTier storageTier)
The storage tier that the object should be stored in.
|
PutObjectRequest.Builder |
PutObjectRequest.toBuilder()
Return an instance of
PutObjectRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.