Uses of Interface
software.amazon.awssdk.services.databrew.model.RecipeStep.Builder
-
Packages that use RecipeStep.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of RecipeStep.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return RecipeStep.Builder Modifier and Type Method Description default RecipeStep.BuilderRecipeStep.Builder. action(Consumer<RecipeAction.Builder> action)The particular action to be performed in the recipe step.RecipeStep.BuilderRecipeStep.Builder. action(RecipeAction action)The particular action to be performed in the recipe step.static RecipeStep.BuilderRecipeStep. builder()RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(Collection<ConditionExpression> conditionExpressions)One or more conditions that must be met for the recipe step to succeed.RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(Consumer<ConditionExpression.Builder>... conditionExpressions)One or more conditions that must be met for the recipe step to succeed.RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(ConditionExpression... conditionExpressions)One or more conditions that must be met for the recipe step to succeed.RecipeStep.BuilderRecipeStep. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type RecipeStep.Builder Modifier and Type Method Description static Class<? extends RecipeStep.Builder>RecipeStep. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type RecipeStep.Builder Modifier and Type Method Description default SendProjectSessionActionRequest.BuilderSendProjectSessionActionRequest.Builder. recipeStep(Consumer<RecipeStep.Builder> recipeStep)Sets the value of the RecipeStep property for this object.
-