Struct aws_sdk_glue::model::create_json_classifier_request::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateJsonClassifierRequest.
Implementations§
source§impl Builder
impl Builder
sourcepub fn json_path(self, input: impl Into<String>) -> Self
pub fn json_path(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_json_path(self, input: Option<String>) -> Self
pub fn set_json_path(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> CreateJsonClassifierRequest
pub fn build(self) -> CreateJsonClassifierRequest
Consumes the builder and constructs a CreateJsonClassifierRequest.