Interface ConditionExpression.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConditionExpression.Builder,,ConditionExpression> SdkBuilder<ConditionExpression.Builder,,ConditionExpression> SdkPojo
- Enclosing class:
ConditionExpression
public static interface ConditionExpression.Builder
extends SdkPojo, CopyableBuilder<ConditionExpression.Builder,ConditionExpression>
-
Method Summary
Modifier and TypeMethodDescriptionA specific condition to apply to a recipe action.targetColumn(String targetColumn) A column to apply this condition to.A value that the condition must evaluate to for the condition to succeed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
condition
A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.
- Parameters:
condition- A specific condition to apply to a recipe action. For more information, see Recipe structure in the Glue DataBrew Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
A value that the condition must evaluate to for the condition to succeed.
- Parameters:
value- A value that the condition must evaluate to for the condition to succeed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetColumn
A column to apply this condition to.
- Parameters:
targetColumn- A column to apply this condition to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-