public static interface CreateJsonClassifierRequest.Builder extends SdkPojo, CopyableBuilder<CreateJsonClassifierRequest.Builder,CreateJsonClassifierRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateJsonClassifierRequest.Builder |
jsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
CreateJsonClassifierRequest.Builder |
name(String name)
The name of the classifier.
|
copyapplyMutation, buildCreateJsonClassifierRequest.Builder name(String name)
The name of the classifier.
name - The name of the classifier.CreateJsonClassifierRequest.Builder jsonPath(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 - 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.