@Generated(value="software.amazon.awssdk:codegen") public final class JsonClassifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>
A classifier for JSON content.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JsonClassifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JsonClassifier.Builder |
builder() |
Instant |
creationTime()
The time that this classifier was registered.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jsonPath()
A
JsonPath string defining the JSON data for the classifier to classify. |
Instant |
lastUpdated()
The time that this classifier was last updated.
|
String |
name()
The name of the classifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JsonClassifier.Builder> |
serializableBuilderClass() |
JsonClassifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
version()
The version of this classifier.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the classifier.
public Instant creationTime()
The time that this classifier was registered.
public Instant lastUpdated()
The time that this classifier was last updated.
public Long version()
The version of this classifier.
public String jsonPath()
A JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a subset
of JsonPath, as described in Writing JsonPath
Custom Classifiers.
JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a
subset of JsonPath, as described in Writing
JsonPath Custom Classifiers.public JsonClassifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>public static JsonClassifier.Builder builder()
public static Class<? extends JsonClassifier.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.