public static interface JsonClassifier.Builder extends SdkPojo, CopyableBuilder<JsonClassifier.Builder,JsonClassifier>
| Modifier and Type | Method and Description |
|---|---|
JsonClassifier.Builder |
creationTime(Instant creationTime)
The time that this classifier was registered.
|
JsonClassifier.Builder |
jsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
JsonClassifier.Builder |
lastUpdated(Instant lastUpdated)
The time that this classifier was last updated.
|
JsonClassifier.Builder |
name(String name)
The name of the classifier.
|
JsonClassifier.Builder |
version(Long version)
The version of this classifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJsonClassifier.Builder name(String name)
The name of the classifier.
name - The name of the classifier.JsonClassifier.Builder creationTime(Instant creationTime)
The time that this classifier was registered.
creationTime - The time that this classifier was registered.JsonClassifier.Builder lastUpdated(Instant lastUpdated)
The time that this classifier was last updated.
lastUpdated - The time that this classifier was last updated.JsonClassifier.Builder version(Long version)
The version of this classifier.
version - The version of this classifier.JsonClassifier.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.