public static interface ConditionExpression.Builder extends SdkPojo, CopyableBuilder<ConditionExpression.Builder,ConditionExpression>
| Modifier and Type | Method and Description |
|---|---|
ConditionExpression.Builder |
condition(String condition)
A specific condition to apply to a recipe action.
|
ConditionExpression.Builder |
targetColumn(String targetColumn)
A column to apply this condition to.
|
ConditionExpression.Builder |
value(String value)
A value that the condition must evaluate to for the condition to succeed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConditionExpression.Builder condition(String condition)
A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.
condition - A specific condition to apply to a recipe action. For more information, see Recipe
structure in the Glue DataBrew Developer Guide.ConditionExpression.Builder value(String value)
A value that the condition must evaluate to for the condition to succeed.
value - A value that the condition must evaluate to for the condition to succeed.ConditionExpression.Builder targetColumn(String targetColumn)
A column to apply this condition to.
targetColumn - A column to apply this condition to.Copyright © 2023. All rights reserved.