public static final class CfnRecipe.ConditionExpressionProperty.Builder
extends java.lang.Object
CfnRecipe.ConditionExpressionProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRecipe.ConditionExpressionProperty |
build()
Builds the configured instance.
|
CfnRecipe.ConditionExpressionProperty.Builder |
condition(java.lang.String condition)
Sets the value of
CfnRecipe.ConditionExpressionProperty.getCondition() |
CfnRecipe.ConditionExpressionProperty.Builder |
targetColumn(java.lang.String targetColumn)
Sets the value of
CfnRecipe.ConditionExpressionProperty.getTargetColumn() |
CfnRecipe.ConditionExpressionProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnRecipe.ConditionExpressionProperty.getValue() |
public CfnRecipe.ConditionExpressionProperty.Builder condition(java.lang.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
public CfnRecipe.ConditionExpressionProperty.Builder targetColumn(java.lang.String targetColumn)
CfnRecipe.ConditionExpressionProperty.getTargetColumn()
targetColumn
- A column to apply this condition to. This parameter is required.this
public CfnRecipe.ConditionExpressionProperty.Builder value(java.lang.String value)
CfnRecipe.ConditionExpressionProperty.getValue()
value
- A value that the condition must evaluate to for the condition to succeed.this
public CfnRecipe.ConditionExpressionProperty build()
CfnRecipe.ConditionExpressionProperty
java.lang.NullPointerException
- if any required attribute was not provided