public static interface UpdateJsonClassifierRequest.Builder extends SdkPojo, CopyableBuilder<UpdateJsonClassifierRequest.Builder,UpdateJsonClassifierRequest>
Modifier and Type | Method and Description |
---|---|
UpdateJsonClassifierRequest.Builder |
jsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
UpdateJsonClassifierRequest.Builder |
name(String name)
The name of the classifier.
|
copy
applyMutation, build
UpdateJsonClassifierRequest.Builder name(String name)
The name of the classifier.
name
- The name of the classifier.UpdateJsonClassifierRequest.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.