Uses of Interface
software.amazon.awssdk.services.glue.model.PropertyPredicate.Builder
-
Packages that use PropertyPredicate.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PropertyPredicate.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PropertyPredicate.Builder Modifier and Type Method Description static PropertyPredicate.BuilderPropertyPredicate. builder()PropertyPredicate.BuilderPropertyPredicate.Builder. comparator(String comparator)The comparator used to compare this property to others.PropertyPredicate.BuilderPropertyPredicate.Builder. comparator(Comparator comparator)The comparator used to compare this property to others.PropertyPredicate.BuilderPropertyPredicate.Builder. key(String key)The key of the property.PropertyPredicate.BuilderPropertyPredicate. toBuilder()PropertyPredicate.BuilderPropertyPredicate.Builder. value(String value)The value of the property.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PropertyPredicate.Builder Modifier and Type Method Description static Class<? extends PropertyPredicate.Builder>PropertyPredicate. serializableBuilderClass()
-