@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 - A specific condition to apply to a recipe action. This parameter is required.
For more information, see Recipe structure in the AWS Glue DataBrew Developer Guide .this@Stability(value=Stable) public CfnRecipe.ConditionExpressionProperty.Builder targetColumn(String targetColumn)
CfnRecipe.ConditionExpressionProperty.getTargetColumn()targetColumn - A column to apply this condition to. This parameter is required.this@Stability(value=Stable) public CfnRecipe.ConditionExpressionProperty.Builder value(String value)
CfnRecipe.ConditionExpressionProperty.getValue()value - A value that the condition must evaluate to for the condition to succeed.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 © 2022. All rights reserved.