Struct aws_sdk_glue::model::update_json_classifier_request::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UpdateJsonClassifierRequest.
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) -> UpdateJsonClassifierRequest
pub fn build(self) -> UpdateJsonClassifierRequest
Consumes the builder and constructs a UpdateJsonClassifierRequest.