Uses of Class
software.amazon.awssdk.services.databrew.model.RecipeReference
-
Packages that use RecipeReference Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of RecipeReference in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return RecipeReference Modifier and Type Method Description RecipeReferenceCreateRecipeJobRequest. recipeReference()Returns the value of the RecipeReference property for this object.RecipeReferenceDescribeJobResponse. recipeReference()Returns the value of the RecipeReference property for this object.RecipeReferenceDescribeJobRunResponse. recipeReference()Returns the value of the RecipeReference property for this object.RecipeReferenceJob. recipeReference()A set of steps that the job runs.RecipeReferenceJobRun. recipeReference()The set of steps processed by the job.Methods in software.amazon.awssdk.services.databrew.model with parameters of type RecipeReference Modifier and Type Method Description CreateRecipeJobRequest.BuilderCreateRecipeJobRequest.Builder. recipeReference(RecipeReference recipeReference)Sets the value of the RecipeReference property for this object.DescribeJobResponse.BuilderDescribeJobResponse.Builder. recipeReference(RecipeReference recipeReference)Sets the value of the RecipeReference property for this object.DescribeJobRunResponse.BuilderDescribeJobRunResponse.Builder. recipeReference(RecipeReference recipeReference)Sets the value of the RecipeReference property for this object.Job.BuilderJob.Builder. recipeReference(RecipeReference recipeReference)A set of steps that the job runs.JobRun.BuilderJobRun.Builder. recipeReference(RecipeReference recipeReference)The set of steps processed by the job.
-