public final class LifecycleObjectSizeLessThanPredicate extends LifecycleFilterPredicate
LifecycleFilterPredicate class to represent the
maximum object size (exclusive) to which the BucketLifecycleConfiguration.Rule applies.| Constructor and Description |
|---|
LifecycleObjectSizeLessThanPredicate(Long objectSizeLessThan) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
Helper method that accepts an implemenation of
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor. |
Long |
getObjectSizeLessThan()
Returns the maximum object size (exclusive) to which the
BucketLifecycleConfiguration.Rule applies. |
public LifecycleObjectSizeLessThanPredicate(Long objectSizeLessThan)
public Long getObjectSizeLessThan()
BucketLifecycleConfiguration.Rule applies.public void accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
LifecycleFilterPredicateLifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.accept in class LifecycleFilterPredicateCopyright © 2025. All rights reserved.