Uses of Class
io.awspring.cloud.s3.ObjectMetadata.Builder
Packages that use ObjectMetadata.Builder
-
Uses of ObjectMetadata.Builder in io.awspring.cloud.s3
Methods in io.awspring.cloud.s3 that return ObjectMetadata.BuilderModifier and TypeMethodDescriptionObjectMetadata.Builder.acl(@Nullable software.amazon.awssdk.services.s3.model.ObjectCannedACL acl) ObjectMetadata.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) static ObjectMetadata.BuilderObjectMetadata.builder()ObjectMetadata.Builder.cacheControl(@Nullable String cacheControl) ObjectMetadata.Builder.checksumAlgorithm(@Nullable String checksumAlgorithm) ObjectMetadata.Builder.checksumAlgorithm(@Nullable software.amazon.awssdk.services.s3.model.ChecksumAlgorithm checksumAlgorithm) ObjectMetadata.Builder.contentDisposition(@Nullable String contentDisposition) ObjectMetadata.Builder.contentEncoding(@Nullable String contentEncoding) ObjectMetadata.Builder.contentLanguage(@Nullable String contentLanguage) ObjectMetadata.Builder.contentLength(@Nullable Long contentLength) ObjectMetadata.Builder.contentMD5(@Nullable String contentMD5) ObjectMetadata.Builder.contentType(@Nullable String contentType) ObjectMetadata.Builder.expectedBucketOwner(@Nullable String expectedBucketOwner) ObjectMetadata.Builder.grantFullControl(@Nullable String grantFullControl) ObjectMetadata.Builder.grantReadACP(@Nullable String grantReadACP) ObjectMetadata.Builder.grantWriteACP(@Nullable String grantWriteACP) ObjectMetadata.Builder.objectLockLegalHoldStatus(@Nullable String objectLockLegalHoldStatus) ObjectMetadata.Builder.objectLockLegalHoldStatus(@Nullable software.amazon.awssdk.services.s3.model.ObjectLockLegalHoldStatus objectLockLegalHoldStatus) ObjectMetadata.Builder.objectLockMode(@Nullable String objectLockMode) ObjectMetadata.Builder.objectLockMode(@Nullable software.amazon.awssdk.services.s3.model.ObjectLockMode objectLockMode) ObjectMetadata.Builder.objectLockRetainUntilDate(@Nullable Instant objectLockRetainUntilDate) ObjectMetadata.Builder.requestPayer(@Nullable String requestPayer) ObjectMetadata.Builder.requestPayer(@Nullable software.amazon.awssdk.services.s3.model.RequestPayer requestPayer) ObjectMetadata.Builder.serverSideEncryption(@Nullable String serverSideEncryption) ObjectMetadata.Builder.serverSideEncryption(@Nullable software.amazon.awssdk.services.s3.model.ServerSideEncryption serverSideEncryption) ObjectMetadata.Builder.sseCustomerAlgorithm(@Nullable String sseCustomerAlgorithm) ObjectMetadata.Builder.sseCustomerKey(@Nullable String sseCustomerKey) ObjectMetadata.Builder.sseCustomerKeyMD5(@Nullable String sseCustomerKeyMD5) ObjectMetadata.Builder.ssekmsEncryptionContext(@Nullable String ssekmsEncryptionContext) ObjectMetadata.Builder.ssekmsKeyId(@Nullable String ssekmsKeyId) ObjectMetadata.Builder.storageClass(@Nullable String storageClass) ObjectMetadata.Builder.storageClass(@Nullable software.amazon.awssdk.services.s3.model.StorageClass storageClass) ObjectMetadata.Builder.websiteRedirectLocation(@Nullable String websiteRedirectLocation)