public static final class CfnClassifier.XMLClassifierProperty.Builder
extends java.lang.Object
CfnClassifier.XMLClassifierProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnClassifier.XMLClassifierProperty |
build()
Builds the configured instance.
|
CfnClassifier.XMLClassifierProperty.Builder |
classification(java.lang.String classification)
Sets the value of
CfnClassifier.XMLClassifierProperty.getClassification() |
CfnClassifier.XMLClassifierProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnClassifier.XMLClassifierProperty.getName() |
CfnClassifier.XMLClassifierProperty.Builder |
rowTag(java.lang.String rowTag)
Sets the value of
CfnClassifier.XMLClassifierProperty.getRowTag() |
public CfnClassifier.XMLClassifierProperty.Builder classification(java.lang.String classification)
CfnClassifier.XMLClassifierProperty.getClassification()
classification
- An identifier of the data format that the classifier matches. This parameter is required.this
public CfnClassifier.XMLClassifierProperty.Builder rowTag(java.lang.String rowTag)
CfnClassifier.XMLClassifierProperty.getRowTag()
rowTag
- The XML tag designating the element that contains each record in an XML document being parsed. This parameter is required.
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, <row item_a="A" item_b="B"></row>
is okay, but <row item_a="A" item_b="B" />
is not).this
public CfnClassifier.XMLClassifierProperty.Builder name(java.lang.String name)
CfnClassifier.XMLClassifierProperty.getName()
name
- The name of the classifier.this
public CfnClassifier.XMLClassifierProperty build()
CfnClassifier.XMLClassifierProperty
java.lang.NullPointerException
- if any required attribute was not provided