@Stability(value=Stable)
public static interface CfnClassifier.JsonClassifierProperty
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.*;
JsonClassifierProperty jsonClassifierProperty = JsonClassifierProperty.builder()
.jsonPath("jsonPath")
// the properties below are optional
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClassifier.JsonClassifierProperty.Builder
A builder for
CfnClassifier.JsonClassifierProperty |
static class |
CfnClassifier.JsonClassifierProperty.Jsii$Proxy
An implementation for
CfnClassifier.JsonClassifierProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClassifier.JsonClassifierProperty.Builder |
builder() |
String |
getJsonPath()
`CfnClassifier.JsonClassifierProperty.JsonPath`.
|
default String |
getName()
`CfnClassifier.JsonClassifierProperty.Name`.
|
@Stability(value=Stable) @NotNull String getJsonPath()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnClassifier.JsonClassifierProperty.Builder builder()
Copyright © 2021. All rights reserved.