public static interface JsonClassifier.Builder extends SdkPojo, CopyableBuilder<JsonClassifier.Builder,JsonClassifier>
Modifier and Type | Method and Description |
---|---|
JsonClassifier.Builder |
creationTime(Instant creationTime)
The time 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 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.
|
copy
applyMutation, build
JsonClassifier.Builder name(String name)
The name of the classifier.
name
- The name of the classifier.JsonClassifier.Builder creationTime(Instant creationTime)
The time this classifier was registered.
creationTime
- The time this classifier was registered.JsonClassifier.Builder lastUpdated(Instant lastUpdated)
The time this classifier was last updated.
lastUpdated
- The time 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. 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.