public final class IntelligentTieringPrefixPredicate extends IntelligentTieringFilterPredicate
IntelligentTieringPrefixPredicate class to represent the
prefix to use when evaluating an intelligent tiering filter.| Constructor and Description |
|---|
IntelligentTieringPrefixPredicate(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IntelligentTieringPredicateVisitor intelligentTieringPredicateVisitor)
Use in conjunction with the
IntelligentTieringPredicateVisitor
and call appropriate visit() method. |
String |
getPrefix()
Returns the prefix to use when evaluating an S3 Intelligent-Tiering filter.
|
public IntelligentTieringPrefixPredicate(String prefix)
public String getPrefix()
public void accept(IntelligentTieringPredicateVisitor intelligentTieringPredicateVisitor)
IntelligentTieringFilterPredicateIntelligentTieringPredicateVisitor
and call appropriate visit() method.accept in class IntelligentTieringFilterPredicate