@Stability(value=Stable) public static final class CfnRecipe.ConditionExpressionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRecipe.ConditionExpressionProperty>
CfnRecipe.ConditionExpressionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRecipe.ConditionExpressionProperty |
build()
Builds the configured instance.
|
CfnRecipe.ConditionExpressionProperty.Builder |
condition(String condition)
Sets the value of
CfnRecipe.ConditionExpressionProperty.getCondition() |
CfnRecipe.ConditionExpressionProperty.Builder |
targetColumn(String targetColumn)
Sets the value of
CfnRecipe.ConditionExpressionProperty.getTargetColumn() |
CfnRecipe.ConditionExpressionProperty.Builder |
value(String value)
Sets the value of
CfnRecipe.ConditionExpressionProperty.getValue() |
@Stability(value=Stable) public CfnRecipe.ConditionExpressionProperty.Builder condition(String condition)
CfnRecipe.ConditionExpressionProperty.getCondition()condition - `CfnRecipe.ConditionExpressionProperty.Condition`. This parameter is required.this@Stability(value=Stable) public CfnRecipe.ConditionExpressionProperty.Builder targetColumn(String targetColumn)
CfnRecipe.ConditionExpressionProperty.getTargetColumn()targetColumn - `CfnRecipe.ConditionExpressionProperty.TargetColumn`. This parameter is required.this@Stability(value=Stable) public CfnRecipe.ConditionExpressionProperty.Builder value(String value)
CfnRecipe.ConditionExpressionProperty.getValue()value - `CfnRecipe.ConditionExpressionProperty.Value`.this@Stability(value=Stable) public CfnRecipe.ConditionExpressionProperty build()
build in interface software.amazon.jsii.Builder<CfnRecipe.ConditionExpressionProperty>CfnRecipe.ConditionExpressionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.