Uses of Interface
software.amazon.awssdk.services.s3control.model.AbortIncompleteMultipartUpload.Builder
-
Packages that use AbortIncompleteMultipartUpload.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of AbortIncompleteMultipartUpload.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return AbortIncompleteMultipartUpload.Builder Modifier and Type Method Description static AbortIncompleteMultipartUpload.BuilderAbortIncompleteMultipartUpload. builder()AbortIncompleteMultipartUpload.BuilderAbortIncompleteMultipartUpload.Builder. daysAfterInitiation(Integer daysAfterInitiation)Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.AbortIncompleteMultipartUpload.BuilderAbortIncompleteMultipartUpload. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type AbortIncompleteMultipartUpload.Builder Modifier and Type Method Description static Class<? extends AbortIncompleteMultipartUpload.Builder>AbortIncompleteMultipartUpload. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type AbortIncompleteMultipartUpload.Builder Modifier and Type Method Description default LifecycleRule.BuilderLifecycleRule.Builder. abortIncompleteMultipartUpload(Consumer<AbortIncompleteMultipartUpload.Builder> abortIncompleteMultipartUpload)Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently removing all parts of the upload.
-