Uses of Class
com.google.cloud.storage.multipartupload.model.CreateMultipartUploadRequest.Builder
Packages that use CreateMultipartUploadRequest.Builder
-
Uses of CreateMultipartUploadRequest.Builder in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return CreateMultipartUploadRequest.BuilderModifier and TypeMethodDescriptionThe bucket to which the object is being uploaded.CreateMultipartUploadRequest.builder()Returns a newCreateMultipartUploadRequest.Builderfor creating aCreateMultipartUploadRequest.CreateMultipartUploadRequest.Builder.cannedAcl(Storage.PredefinedAcl cannedAcl) A canned ACL to apply to the object.CreateMultipartUploadRequest.Builder.contentType(String contentType) The MIME type of the data you are uploading.CreateMultipartUploadRequest.Builder.customTime(OffsetDateTime customTime) A user-specified date and time.The name of the object.CreateMultipartUploadRequest.Builder.kmsKeyName(String kmsKeyName) The customer-managed encryption key to use to encrypt the object.The custom metadata of the object.CreateMultipartUploadRequest.Builder.objectLockMode(ObjectLockMode objectLockMode) Mode of the object's retention configuration.CreateMultipartUploadRequest.Builder.objectLockRetainUntilDate(OffsetDateTime objectLockRetainUntilDate) Date that determines the time until which the object is retained as immutable.CreateMultipartUploadRequest.Builder.storageClass(StorageClass storageClass) Gives each part of the upload and the resulting object a storage class besides the default storage class of the associated bucket.