Package | Description |
---|---|
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
UploadPartRequest.Builder |
UploadPartRequest.Builder.body$(InputStream body)
Alternative setter for the body parameter.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.bucketName(String bucketName)
The name of the bucket.
|
static UploadPartRequest.Builder |
UploadPartRequest.builder()
Return a new builder for this request object.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.contentLength(Long contentLength)
The content length of the body.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.contentMD5(String contentMD5)
The optional header that defines the base64-encoded MD5 hash of the body.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.copy(UploadPartRequest o)
Copy method to populate the builder with values from the given instance.
|
UploadPartRequest.Builder |
UploadPartRequest.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. |
UploadPartRequest.Builder |
UploadPartRequest.Builder.ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.ifNoneMatch(String ifNoneMatch)
The entity tag (ETag) to avoid matching.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.objectName(String objectName)
The name of the object.
|
UploadPartRequest.Builder |
UploadPartRequest.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.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcContentCrc32c(String opcContentCrc32c)
Applicable only if CRC32C is specified in the opc-checksum-algorithm request header.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcContentSha256(String opcContentSha256)
Applicable only if SHA256 is specified in the opc-checksum-algorithm request header.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcContentSha384(String opcContentSha384)
Applicable only if SHA384 is specified in the opc-checksum-algorithm request header.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcSseCustomerAlgorithm(String opcSseCustomerAlgorithm)
The optional header that specifies “AES256” as the encryption algorithm.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcSseCustomerKey(String opcSseCustomerKey)
The optional header that specifies the base64-encoded 256-bit encryption key to use to
encrypt or decrypt the data.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.opcSseCustomerKeySha256(String opcSseCustomerKeySha256)
The optional header that specifies the base64-encoded SHA256 hash of the encryption key.
|
UploadPartRequest.Builder |
UploadPartRequest.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.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UploadPartRequest.Builder |
UploadPartRequest.toBuilder()
Return an instance of
UploadPartRequest.Builder that allows you to modify request properties. |
UploadPartRequest.Builder |
UploadPartRequest.Builder.uploadId(String uploadId)
The upload ID for a multipart upload.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.uploadPartBody(InputStream uploadPartBody)
The part being uploaded to the Object Storage service.
|
UploadPartRequest.Builder |
UploadPartRequest.Builder.uploadPartNum(Integer uploadPartNum)
The part number that identifies the object part currently being uploaded.
|
Copyright © 2016–2024. All rights reserved.