Uses of Interface
software.amazon.awssdk.services.databrew.model.RecipeReference.Builder
-
Packages that use RecipeReference.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of RecipeReference.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return RecipeReference.Builder Modifier and Type Method Description static RecipeReference.BuilderRecipeReference. builder()RecipeReference.BuilderRecipeReference.Builder. name(String name)The name of the recipe.RecipeReference.BuilderRecipeReference.Builder. recipeVersion(String recipeVersion)The identifier for the version for the recipe.RecipeReference.BuilderRecipeReference. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type RecipeReference.Builder Modifier and Type Method Description static Class<? extends RecipeReference.Builder>RecipeReference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type RecipeReference.Builder Modifier and Type Method Description default CreateRecipeJobRequest.BuilderCreateRecipeJobRequest.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)Sets the value of the RecipeReference property for this object.default DescribeJobResponse.BuilderDescribeJobResponse.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)Sets the value of the RecipeReference property for this object.default DescribeJobRunResponse.BuilderDescribeJobRunResponse.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)Sets the value of the RecipeReference property for this object.default Job.BuilderJob.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)A set of steps that the job runs.default JobRun.BuilderJobRun.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)The set of steps processed by the job.
-