Uses of Class
software.amazon.awscdk.services.s3.LifecycleRule.Builder
Packages that use LifecycleRule.Builder
-
Uses of LifecycleRule.Builder in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return LifecycleRule.BuilderModifier and TypeMethodDescriptionLifecycleRule.Builder.abortIncompleteMultipartUploadAfter(Duration abortIncompleteMultipartUploadAfter) Sets the value ofLifecycleRule.getAbortIncompleteMultipartUploadAfter()static LifecycleRule.BuilderLifecycleRule.builder()Sets the value ofLifecycleRule.getEnabled()LifecycleRule.Builder.expiration(Duration expiration) Sets the value ofLifecycleRule.getExpiration()LifecycleRule.Builder.expirationDate(Instant expirationDate) Sets the value ofLifecycleRule.getExpirationDate()LifecycleRule.Builder.expiredObjectDeleteMarker(Boolean expiredObjectDeleteMarker) Sets the value ofLifecycleRule.getExpiredObjectDeleteMarker()Sets the value ofLifecycleRule.getId()LifecycleRule.Builder.noncurrentVersionExpiration(Duration noncurrentVersionExpiration) Sets the value ofLifecycleRule.getNoncurrentVersionExpiration()LifecycleRule.Builder.noncurrentVersionsToRetain(Number noncurrentVersionsToRetain) Sets the value ofLifecycleRule.getNoncurrentVersionsToRetain()LifecycleRule.Builder.noncurrentVersionTransitions(List<? extends NoncurrentVersionTransition> noncurrentVersionTransitions) Sets the value ofLifecycleRule.getNoncurrentVersionTransitions()LifecycleRule.Builder.objectSizeGreaterThan(Number objectSizeGreaterThan) Sets the value ofLifecycleRule.getObjectSizeGreaterThan()LifecycleRule.Builder.objectSizeLessThan(Number objectSizeLessThan) Sets the value ofLifecycleRule.getObjectSizeLessThan()Sets the value ofLifecycleRule.getPrefix()LifecycleRule.Builder.tagFilters(Map<String, ? extends Object> tagFilters) Sets the value ofLifecycleRule.getTagFilters()LifecycleRule.Builder.transitions(List<? extends Transition> transitions) Sets the value ofLifecycleRule.getTransitions()Constructors in software.amazon.awscdk.services.s3 with parameters of type LifecycleRule.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LifecycleRule.Builder builder) Constructor that initializes the object based on literal property values passed by theLifecycleRule.Builder.