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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateJsonClassifierRequest.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. 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 © 2022. All rights reserved.