Uses of Interface
software.amazon.awssdk.services.s3.model.LifecycleRule.Builder
Packages that use LifecycleRule.Builder
-
Uses of LifecycleRule.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleRule.BuilderModifier and TypeMethodDescriptiondefault LifecycleRule.BuilderLifecycleRule.Builder.abortIncompleteMultipartUpload(Consumer<AbortIncompleteMultipartUpload.Builder> abortIncompleteMultipartUpload) Sets the value of the AbortIncompleteMultipartUpload property for this object.LifecycleRule.Builder.abortIncompleteMultipartUpload(AbortIncompleteMultipartUpload abortIncompleteMultipartUpload) Sets the value of the AbortIncompleteMultipartUpload property for this object.static LifecycleRule.BuilderLifecycleRule.builder()default 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.LifecycleRule.Builder.expiration(LifecycleExpiration expiration) Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.default LifecycleRule.BuilderLifecycleRule.Builder.filter(Consumer<LifecycleRuleFilter.Builder> filter) TheFilteris used to identify objects that a Lifecycle Rule applies to.LifecycleRule.Builder.filter(LifecycleRuleFilter filter) TheFilteris used to identify objects that a Lifecycle Rule applies to.Unique identifier for the rule.default LifecycleRule.BuilderLifecycleRule.Builder.noncurrentVersionExpiration(Consumer<NoncurrentVersionExpiration.Builder> noncurrentVersionExpiration) Sets the value of the NoncurrentVersionExpiration property for this object.LifecycleRule.Builder.noncurrentVersionExpiration(NoncurrentVersionExpiration noncurrentVersionExpiration) Sets the value of the NoncurrentVersionExpiration property for this object.LifecycleRule.Builder.noncurrentVersionTransitions(Collection<NoncurrentVersionTransition> noncurrentVersionTransitions) Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.LifecycleRule.Builder.noncurrentVersionTransitions(Consumer<NoncurrentVersionTransition.Builder>... noncurrentVersionTransitions) Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.LifecycleRule.Builder.noncurrentVersionTransitions(NoncurrentVersionTransition... noncurrentVersionTransitions) Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class.Deprecated.If 'Enabled', the rule is currently being applied.LifecycleRule.Builder.status(ExpirationStatus status) If 'Enabled', the rule is currently being applied.LifecycleRule.toBuilder()LifecycleRule.Builder.transitions(Collection<Transition> transitions) Specifies when an Amazon S3 object transitions to a specified storage class.LifecycleRule.Builder.transitions(Consumer<Transition.Builder>... transitions) Specifies when an Amazon S3 object transitions to a specified storage class.LifecycleRule.Builder.transitions(Transition... transitions) Specifies when an Amazon S3 object transitions to a specified storage class.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LifecycleRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LifecycleRule.Builder>LifecycleRule.serializableBuilderClass()