@Stability(value=Stable)
public static interface CfnRuleset.RuleProperty
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.databrew.*;
RuleProperty ruleProperty = RuleProperty.builder()
.checkExpression("checkExpression")
.name("name")
// the properties below are optional
.columnSelectors(List.of(ColumnSelectorProperty.builder()
.name("name")
.regex("regex")
.build()))
.disabled(false)
.substitutionMap(List.of(SubstitutionValueProperty.builder()
.value("value")
.valueReference("valueReference")
.build()))
.threshold(ThresholdProperty.builder()
.value(123)
// the properties below are optional
.type("type")
.unit("unit")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleset.RuleProperty.Builder
A builder for
CfnRuleset.RuleProperty |
static class |
CfnRuleset.RuleProperty.Jsii$Proxy
An implementation for
CfnRuleset.RuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleset.RuleProperty.Builder |
builder() |
String |
getCheckExpression()
`CfnRuleset.RuleProperty.CheckExpression`.
|
default Object |
getColumnSelectors()
`CfnRuleset.RuleProperty.ColumnSelectors`.
|
default Object |
getDisabled()
`CfnRuleset.RuleProperty.Disabled`.
|
String |
getName()
`CfnRuleset.RuleProperty.Name`.
|
default Object |
getSubstitutionMap()
`CfnRuleset.RuleProperty.SubstitutionMap`.
|
default Object |
getThreshold()
`CfnRuleset.RuleProperty.Threshold`.
|
@Stability(value=Stable) @NotNull String getCheckExpression()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getColumnSelectors()
@Stability(value=Stable) @Nullable default Object getDisabled()
@Stability(value=Stable) @Nullable default Object getSubstitutionMap()
@Stability(value=Stable) @Nullable default Object getThreshold()
@Stability(value=Stable) static CfnRuleset.RuleProperty.Builder builder()
CfnRuleset.RuleProperty.Builder of CfnRuleset.RulePropertyCopyright © 2022. All rights reserved.