@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 this classifier was registered.
|
boolean |
equals(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 this classifier was last updated.
|
String |
name()
The name of the classifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JsonClassifier.Builder> |
serializableBuilderClass() |
JsonClassifier.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Long |
version()
The version of this classifier.
|
copypublic String name()
The name of the classifier.
public Instant creationTime()
The time this classifier was registered.
public Instant lastUpdated()
The time 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>public static JsonClassifier.Builder builder()
public static Class<? extends JsonClassifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.