| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionExpression> |
RecipeStep.conditionExpressions()
One or more conditions that must be met for the recipe step to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
RecipeStep.Builder |
RecipeStep.Builder.conditionExpressions(ConditionExpression... conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
RecipeStep.Builder |
RecipeStep.Builder.conditionExpressions(Collection<ConditionExpression> conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
Copyright © 2023. All rights reserved.