@Stability(value=Stable) public static final class CfnClassifier.XMLClassifierProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClassifier.XMLClassifierProperty>
CfnClassifier.XMLClassifierProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClassifier.XMLClassifierProperty |
build()
Builds the configured instance.
|
CfnClassifier.XMLClassifierProperty.Builder |
classification(String classification)
Sets the value of
CfnClassifier.XMLClassifierProperty.getClassification() |
CfnClassifier.XMLClassifierProperty.Builder |
name(String name)
Sets the value of
CfnClassifier.XMLClassifierProperty.getName() |
CfnClassifier.XMLClassifierProperty.Builder |
rowTag(String rowTag)
Sets the value of
CfnClassifier.XMLClassifierProperty.getRowTag() |
@Stability(value=Stable) public CfnClassifier.XMLClassifierProperty.Builder classification(String classification)
CfnClassifier.XMLClassifierProperty.getClassification()classification - An identifier of the data format that the classifier matches. This parameter is required.this@Stability(value=Stable) public CfnClassifier.XMLClassifierProperty.Builder rowTag(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@Stability(value=Stable) public CfnClassifier.XMLClassifierProperty.Builder name(String name)
CfnClassifier.XMLClassifierProperty.getName()name - The name of the classifier.this@Stability(value=Stable) public CfnClassifier.XMLClassifierProperty build()
build in interface software.amazon.jsii.Builder<CfnClassifier.XMLClassifierProperty>CfnClassifier.XMLClassifierPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.