@Stability(value=Stable)
public static interface CfnClassifier.XMLClassifierProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
XMLClassifierProperty xMLClassifierProperty = XMLClassifierProperty.builder()
.classification("classification")
.rowTag("rowTag")
// the properties below are optional
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClassifier.XMLClassifierProperty.Builder
A builder for
CfnClassifier.XMLClassifierProperty |
static class |
CfnClassifier.XMLClassifierProperty.Jsii$Proxy
An implementation for
CfnClassifier.XMLClassifierProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClassifier.XMLClassifierProperty.Builder |
builder() |
String |
getClassification()
`CfnClassifier.XMLClassifierProperty.Classification`.
|
default String |
getName()
`CfnClassifier.XMLClassifierProperty.Name`.
|
String |
getRowTag()
`CfnClassifier.XMLClassifierProperty.RowTag`.
|
@Stability(value=Stable) @NotNull String getClassification()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull String getRowTag()
@Stability(value=Stable) static CfnClassifier.XMLClassifierProperty.Builder builder()
Copyright © 2021. All rights reserved.