Class JsonClassifier
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.JsonClassifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>
@Generated("software.amazon.awssdk:codegen") public final class JsonClassifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>
A classifier for
JSONcontent.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJsonClassifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonClassifier.Builderbuilder()InstantcreationTime()The time that this classifier was registered.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjsonPath()AJsonPathstring defining the JSON data for the classifier to classify.InstantlastUpdated()The time that this classifier was last updated.Stringname()The name of the classifier.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends JsonClassifier.Builder>serializableBuilderClass()JsonClassifier.BuildertoBuilder()StringtoString()Returns a string representation of this object.Longversion()The version of this classifier.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the classifier.
- Returns:
- The name of the classifier.
-
creationTime
public final Instant creationTime()
The time that this classifier was registered.
- Returns:
- The time that this classifier was registered.
-
lastUpdated
public final Instant lastUpdated()
The time that this classifier was last updated.
- Returns:
- The time that this classifier was last updated.
-
version
public final Long version()
The version of this classifier.
- Returns:
- The version of this classifier.
-
jsonPath
public final String jsonPath()
A
JsonPathstring defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.- Returns:
- A
JsonPathstring defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
-
toBuilder
public JsonClassifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>
-
builder
public static JsonClassifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends JsonClassifier.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-