Struct aws_sdk_glue::model::create_xml_classifier_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateXmlClassifierRequest
Implementations
An identifier of the data format that the classifier matches.
An identifier of the data format that the classifier matches.
The XML tag designating the element that contains each record in an XML document being
parsed. This can't identify a self-closing element (closed by />). An empty
row element that contains only attributes can be parsed as long as it ends with a closing tag
(for example, is okay, but
is not).
The XML tag designating the element that contains each record in an XML document being
parsed. This can't identify a self-closing element (closed by />). An empty
row element that contains only attributes can be parsed as long as it ends with a closing tag
(for example, is okay, but
is not).
Consumes the builder and constructs a CreateXmlClassifierRequest
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
