Package com.oracle.cloud.spring.storage
Class StorageObjectMetadata.Builder
java.lang.Object
com.oracle.cloud.spring.storage.StorageObjectMetadata.Builder
- Enclosing class:
StorageObjectMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
cacheControl
(String cacheControl) contentDisposition
(String contentDisposition) contentEncoding
(String contentEncoding) contentLanguage
(String contentLanguage) contentLength
(Long contentLength) contentMD5
(String contentMD5) contentType
(String contentType) ifNoneMatch
(String ifNoneMatch) opcClientRequestId
(String opcClientRequestId) opcSseCustomerAlgorithm
(String opcSseCustomerAlgorithm) opcSseCustomerKey
(String opcSseCustomerKey) opcSseCustomerKeySha256
(String opcSseCustomerKeySha256) opcSseKmsKeyId
(String opcSseKmsKeyId) retryConfiguration
(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration) storageTier
(com.oracle.bmc.objectstorage.model.StorageTier storageTier)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contentType
-
contentLanguage
-
contentEncoding
-
metadata
-
cacheControl
-
contentDisposition
-
contentLength
-
contentMD5
-
expect
-
ifMatch
-
ifNoneMatch
-
opcClientRequestId
-
opcSseCustomerAlgorithm
public StorageObjectMetadata.Builder opcSseCustomerAlgorithm(@Nullable String opcSseCustomerAlgorithm) -
opcSseCustomerKey
-
opcSseCustomerKeySha256
public StorageObjectMetadata.Builder opcSseCustomerKeySha256(@Nullable String opcSseCustomerKeySha256) -
opcSseKmsKeyId
-
retryConfiguration
public StorageObjectMetadata.Builder retryConfiguration(@Nullable com.oracle.bmc.retrier.RetryConfiguration retryConfiguration) -
storageTier
public StorageObjectMetadata.Builder storageTier(@Nullable com.oracle.bmc.objectstorage.model.StorageTier storageTier) -
build
-