Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JsonClassifier |
JsonClassifier.clone() |
JsonClassifier |
Classifier.getJsonClassifier()
A classifier for JSON content.
|
JsonClassifier |
JsonClassifier.withCreationTime(Date creationTime)
The time that this classifier was registered.
|
JsonClassifier |
JsonClassifier.withJsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
JsonClassifier |
JsonClassifier.withLastUpdated(Date lastUpdated)
The time that this classifier was last updated.
|
JsonClassifier |
JsonClassifier.withName(String name)
The name of the classifier.
|
JsonClassifier |
JsonClassifier.withVersion(Long version)
The version of this classifier.
|
Modifier and Type | Method and Description |
---|---|
void |
Classifier.setJsonClassifier(JsonClassifier jsonClassifier)
A classifier for JSON content.
|
Classifier |
Classifier.withJsonClassifier(JsonClassifier jsonClassifier)
A classifier for JSON content.
|
Copyright © 2019. All rights reserved.