public final class LifecycleObjectSizeGreaterThanPredicate extends LifecycleFilterPredicate
LifecycleFilterPredicate class to represent the
minimum object size (exclusive) to which the BucketLifecycleConfiguration.Rule applies.| Constructor and Description |
|---|
LifecycleObjectSizeGreaterThanPredicate(Long objectSizeGreaterThan) |
| 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 |
getObjectSizeGreaterThan()
Returns the minimum object size (exclusive) to which the
BucketLifecycleConfiguration.Rule applies. |
public LifecycleObjectSizeGreaterThanPredicate(Long objectSizeGreaterThan)
public Long getObjectSizeGreaterThan()
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.