Uses of Interface
software.amazon.awssdk.services.glue.model.JsonClassifier.Builder
-
Packages that use JsonClassifier.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of JsonClassifier.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return JsonClassifier.Builder Modifier and Type Method Description static JsonClassifier.BuilderJsonClassifier. builder()JsonClassifier.BuilderJsonClassifier.Builder. creationTime(Instant creationTime)The time that this classifier was registered.JsonClassifier.BuilderJsonClassifier.Builder. jsonPath(String jsonPath)AJsonPathstring defining the JSON data for the classifier to classify.JsonClassifier.BuilderJsonClassifier.Builder. lastUpdated(Instant lastUpdated)The time that this classifier was last updated.JsonClassifier.BuilderJsonClassifier.Builder. name(String name)The name of the classifier.JsonClassifier.BuilderJsonClassifier. toBuilder()JsonClassifier.BuilderJsonClassifier.Builder. version(Long version)The version of this classifier.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type JsonClassifier.Builder Modifier and Type Method Description static Class<? extends JsonClassifier.Builder>JsonClassifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type JsonClassifier.Builder Modifier and Type Method Description default Classifier.BuilderClassifier.Builder. jsonClassifier(Consumer<JsonClassifier.Builder> jsonClassifier)A classifier for JSON content.
-