public static interface CfnRuleset.RuleProperty
// 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() |
java.lang.String |
getCheckExpression()
`CfnRuleset.RuleProperty.CheckExpression`.
|
default java.lang.Object |
getColumnSelectors()
`CfnRuleset.RuleProperty.ColumnSelectors`.
|
default java.lang.Object |
getDisabled()
`CfnRuleset.RuleProperty.Disabled`.
|
java.lang.String |
getName()
`CfnRuleset.RuleProperty.Name`.
|
default java.lang.Object |
getSubstitutionMap()
`CfnRuleset.RuleProperty.SubstitutionMap`.
|
default java.lang.Object |
getThreshold()
`CfnRuleset.RuleProperty.Threshold`.
|
java.lang.String getCheckExpression()
java.lang.String getName()
default java.lang.Object getColumnSelectors()
default java.lang.Object getDisabled()
default java.lang.Object getSubstitutionMap()
default java.lang.Object getThreshold()
static CfnRuleset.RuleProperty.Builder builder()
CfnRuleset.RuleProperty.Builder
of CfnRuleset.RuleProperty