Uses of Interface
software.amazon.awssdk.services.s3.model.LifecycleExpiration.Builder
Packages that use LifecycleExpiration.Builder
-
Uses of LifecycleExpiration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleExpiration.BuilderModifier and TypeMethodDescriptionstatic LifecycleExpiration.BuilderLifecycleExpiration.builder()Indicates at what date the object is to be moved or deleted.Indicates the lifetime, in days, of the objects that are subject to the rule.LifecycleExpiration.Builder.expiredObjectDeleteMarker(Boolean expiredObjectDeleteMarker) Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions.LifecycleExpiration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LifecycleExpiration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LifecycleExpiration.Builder>LifecycleExpiration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type LifecycleExpiration.BuilderModifier and TypeMethodDescriptiondefault LifecycleRule.BuilderLifecycleRule.Builder.expiration(Consumer<LifecycleExpiration.Builder> expiration) Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.