Uses of Interface
software.amazon.awssdk.services.s3.model.AbortIncompleteMultipartUpload.Builder
Packages that use AbortIncompleteMultipartUpload.Builder
-
Uses of AbortIncompleteMultipartUpload.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AbortIncompleteMultipartUpload.BuilderModifier and TypeMethodDescriptionAbortIncompleteMultipartUpload.builder()AbortIncompleteMultipartUpload.Builder.daysAfterInitiation(Integer daysAfterInitiation) Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.AbortIncompleteMultipartUpload.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AbortIncompleteMultipartUpload.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AbortIncompleteMultipartUpload.Builder>AbortIncompleteMultipartUpload.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AbortIncompleteMultipartUpload.BuilderModifier and TypeMethodDescriptiondefault LifecycleRule.BuilderLifecycleRule.Builder.abortIncompleteMultipartUpload(Consumer<AbortIncompleteMultipartUpload.Builder> abortIncompleteMultipartUpload) Sets the value of the AbortIncompleteMultipartUpload property for this object.