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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJsonClassifierRequest.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. 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. Glue supports a
subset of JsonPath, as described in Writing JsonPath Custom Classifiers.Copyright © 2023. All rights reserved.