| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionExpression |
ConditionExpression.clone() |
ConditionExpression |
ConditionExpression.withCondition(String condition)
A specific condition to apply to a recipe action.
|
ConditionExpression |
ConditionExpression.withTargetColumn(String targetColumn)
A column to apply this condition to.
|
ConditionExpression |
ConditionExpression.withValue(String value)
A value that the condition must evaluate to for the condition to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConditionExpression> |
RecipeStep.getConditionExpressions()
One or more conditions that must be met for the recipe step to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
RecipeStep |
RecipeStep.withConditionExpressions(ConditionExpression... conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecipeStep.setConditionExpressions(Collection<ConditionExpression> conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
RecipeStep |
RecipeStep.withConditionExpressions(Collection<ConditionExpression> conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
Copyright © 2024. All rights reserved.