public static final class CfnClassifier.JsonClassifierProperty.Builder
extends java.lang.Object
CfnClassifier.JsonClassifierProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnClassifier.JsonClassifierProperty |
build()
Builds the configured instance.
|
CfnClassifier.JsonClassifierProperty.Builder |
jsonPath(java.lang.String jsonPath)
Sets the value of
CfnClassifier.JsonClassifierProperty.getJsonPath() |
CfnClassifier.JsonClassifierProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnClassifier.JsonClassifierProperty.getName() |
public CfnClassifier.JsonClassifierProperty.Builder jsonPath(java.lang.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
public CfnClassifier.JsonClassifierProperty.Builder name(java.lang.String name)
CfnClassifier.JsonClassifierProperty.getName()
name
- The name of the classifier.this
public CfnClassifier.JsonClassifierProperty build()
CfnClassifier.JsonClassifierProperty
java.lang.NullPointerException
- if any required attribute was not provided