| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyPredicate.Builder |
PropertyPredicate.builder() |
PropertyPredicate.Builder |
PropertyPredicate.Builder.comparator(Comparator comparator)
The comparator used to compare this property to others.
|
PropertyPredicate.Builder |
PropertyPredicate.Builder.comparator(String comparator)
The comparator used to compare this property to others.
|
PropertyPredicate.Builder |
PropertyPredicate.Builder.key(String key)
The key of the property.
|
PropertyPredicate.Builder |
PropertyPredicate.toBuilder() |
PropertyPredicate.Builder |
PropertyPredicate.Builder.value(String value)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyPredicate.Builder> |
PropertyPredicate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.