public static class PutObjectRequest.Builder extends Object implements BmcRequest.Builder<PutObjectRequest,InputStream>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PutObjectRequest.Builder |
body$(InputStream body)
Alternative setter for the body parameter.
|
PutObjectRequest.Builder |
bucketName(String bucketName)
The name of the bucket.
|
PutObjectRequest |
build()
Build the instance of PutObjectRequest as configured by this builder
|
PutObjectRequest |
buildWithoutInvocationCallback()
Build the instance of PutObjectRequest as configured by this 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 |
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 |
contentEncoding(String contentEncoding)
The optional Content-Encoding header that defines the content encodings that were applied
to the object to upload.
|
PutObjectRequest.Builder |
contentLanguage(String contentLanguage)
The optional Content-Language header that defines the content language of the object to
upload.
|
PutObjectRequest.Builder |
contentLength(Long contentLength)
The content length of the body.
|
PutObjectRequest.Builder |
contentMD5(String contentMD5)
The optional header that defines the base64-encoded MD5 hash of the body.
|
PutObjectRequest.Builder |
contentType(String contentType)
The optional Content-Type header that defines the standard MIME type format of the
object.
|
PutObjectRequest.Builder |
copy(PutObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
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 |
ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.
|
PutObjectRequest.Builder |
ifNoneMatch(String ifNoneMatch)
The entity tag (ETag) to avoid matching.
|
PutObjectRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
PutObjectRequest.Builder |
namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
PutObjectRequest.Builder |
objectName(String objectName)
The name of the object.
|
PutObjectRequest.Builder |
opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
PutObjectRequest.Builder |
opcMeta(Map<String,String> opcMeta)
Optional user-defined metadata key and value.
|
PutObjectRequest.Builder |
opcSseCustomerAlgorithm(String opcSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm.
|
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 |
opcSseCustomerKeySha256(String opcSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key.
|
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 |
putObjectBody(InputStream putObjectBody)
The object to upload to the object store.
|
PutObjectRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
PutObjectRequest.Builder |
storageTier(StorageTier storageTier)
The storage tier that the object should be stored in.
|
public PutObjectRequest.Builder namespaceName(String namespaceName)
The Object Storage namespace used for the request.
namespaceName
- the value to setpublic PutObjectRequest.Builder bucketName(String bucketName)
The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
bucketName
- the value to setpublic PutObjectRequest.Builder objectName(String objectName)
The name of the object. Avoid entering confidential information. Example: test/object1.log
objectName
- the value to setpublic PutObjectRequest.Builder contentLength(Long contentLength)
The content length of the body.
contentLength
- the value to setpublic PutObjectRequest.Builder putObjectBody(InputStream putObjectBody)
The object to upload to the object store.
putObjectBody
- the value to setpublic PutObjectRequest.Builder ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource. If the specified ETag matches the ETag of the existing resource, GET and HEAD requests will return the resource and PUT and POST requests will upload the resource.
ifMatch
- the value to setpublic PutObjectRequest.Builder ifNoneMatch(String ifNoneMatch)
The entity tag (ETag) to avoid matching. The only valid value is ‘*’, which indicates that the request should fail if the resource already exists.
ifNoneMatch
- the value to setpublic PutObjectRequest.Builder opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
opcClientRequestId
- the value to setpublic 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. If no error results from such
verification, the server will send a 100 (Continue) interim response to indicate
readiness for the request body. The only allowed value for this parameter is
“100-Continue” (case-insensitive).
expect
- the value to setpublic PutObjectRequest.Builder contentMD5(String contentMD5)
The optional header that defines the base64-encoded MD5 hash of the body. If the optional Content-MD5 header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)"
contentMD5
- the value to setpublic PutObjectRequest.Builder contentType(String contentType)
The optional Content-Type header that defines the standard MIME type format of the object. Content type defaults to ‘application/octet-stream’ if not specified in the PutObject call. Specifying values for this header has no effect on Object Storage behavior. Programs that read the object determine what to do based on the value provided. For example, you could use this header to identify and perform special operations on text only objects.
contentType
- the value to setpublic PutObjectRequest.Builder contentLanguage(String contentLanguage)
The optional Content-Language header that defines the content language of the object to upload. Specifying values for this header has no effect on Object Storage behavior. Programs that read the object determine what to do based on the value provided. For example, you could use this header to identify and differentiate objects based on a particular language.
contentLanguage
- the value to setpublic PutObjectRequest.Builder contentEncoding(String contentEncoding)
The optional Content-Encoding header that defines the content encodings that were applied to the object to upload. Specifying values for this header has no effect on Object Storage behavior. Programs that read the object determine what to do based on the value provided. For example, you could use this header to determine what decoding mechanisms need to be applied to obtain the media-type specified by the Content-Type header of the object.
contentEncoding
- the value to setpublic 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. Specifying values for this header has no effect on Object Storage behavior. Programs that read the object determine what to do based on the value provided. For example, you could use this header to let users download objects with custom filenames in a browser.
contentDisposition
- the value to setpublic PutObjectRequest.Builder cacheControl(String cacheControl)
The optional Cache-Control header that defines the caching behavior value to be returned in GetObject and HeadObject responses. Specifying values for this header has no effect on Object Storage behavior. Programs that read the object determine what to do based on the value provided. For example, you could use this header to identify objects that require caching restrictions.
cacheControl
- the value to setpublic PutObjectRequest.Builder opcSseCustomerAlgorithm(String opcSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm. For more information, see Using Your Own Keys for Server-Side Encryption.
opcSseCustomerAlgorithm
- the value to setpublic 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. For more information, see Using Your Own Keys for Server-Side Encryption.
opcSseCustomerKey
- the value to setpublic PutObjectRequest.Builder opcSseCustomerKeySha256(String opcSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key. This value is used to check the integrity of the encryption key. For more information, see Using Your Own Keys for Server-Side Encryption.
opcSseCustomerKeySha256
- the value to setpublic 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.
opcSseKmsKeyId
- the value to setpublic PutObjectRequest.Builder storageTier(StorageTier storageTier)
The storage tier that the object should be stored in. If not specified, the object will be stored in the same storage tier as the bucket.
storageTier
- the value to setpublic PutObjectRequest.Builder opcMeta(Map<String,String> opcMeta)
Optional user-defined metadata key and value.
opcMeta
- the value to setpublic PutObjectRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic PutObjectRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic PutObjectRequest.Builder copy(PutObjectRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<PutObjectRequest,InputStream>
o
- other request from which to copy valuespublic PutObjectRequest build()
Build the instance of PutObjectRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<PutObjectRequest,InputStream>
public PutObjectRequest.Builder body$(InputStream body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<PutObjectRequest,InputStream>
body
- the body parameterpublic PutObjectRequest buildWithoutInvocationCallback()
Build the instance of PutObjectRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.