public static interface CfnRuleset.SubstitutionValueProperty
Example:
// 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.*; SubstitutionValueProperty substitutionValueProperty = SubstitutionValueProperty.builder() .value("value") .valueReference("valueReference") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRuleset.SubstitutionValueProperty.Builder
A builder for
CfnRuleset.SubstitutionValueProperty |
static class |
CfnRuleset.SubstitutionValueProperty.Jsii$Proxy
An implementation for
CfnRuleset.SubstitutionValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRuleset.SubstitutionValueProperty.Builder |
builder() |
java.lang.String |
getValue()
Value or column name.
|
java.lang.String |
getValueReference()
Variable name.
|
java.lang.String getValue()
java.lang.String getValueReference()
static CfnRuleset.SubstitutionValueProperty.Builder builder()