@Stability(value=Stable) public static final class CfnClassifier.JsonClassifierProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClassifier.JsonClassifierProperty>
CfnClassifier.JsonClassifierProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClassifier.JsonClassifierProperty |
build()
Builds the configured instance.
|
CfnClassifier.JsonClassifierProperty.Builder |
jsonPath(String jsonPath)
Sets the value of
CfnClassifier.JsonClassifierProperty.getJsonPath() |
CfnClassifier.JsonClassifierProperty.Builder |
name(String name)
Sets the value of
CfnClassifier.JsonClassifierProperty.getName() |
@Stability(value=Stable) public CfnClassifier.JsonClassifierProperty.Builder jsonPath(String jsonPath)
CfnClassifier.JsonClassifierProperty.getJsonPath()jsonPath - A `JsonPath` string defining the JSON data for the classifier to classify. This parameter is required.
AWS Glue supports a subset of JsonPath , as described in Writing JsonPath Custom Classifiers .this@Stability(value=Stable) public CfnClassifier.JsonClassifierProperty.Builder name(String name)
CfnClassifier.JsonClassifierProperty.getName()name - The name of the classifier.this@Stability(value=Stable) public CfnClassifier.JsonClassifierProperty build()
build in interface software.amazon.jsii.Builder<CfnClassifier.JsonClassifierProperty>CfnClassifier.JsonClassifierPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.