| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeReference |
JobRun.recipeReference()
The set of steps processed by the job.
|
RecipeReference |
CreateRecipeJobRequest.recipeReference()
Returns the value of the RecipeReference property for this object.
|
RecipeReference |
DescribeJobRunResponse.recipeReference()
Returns the value of the RecipeReference property for this object.
|
RecipeReference |
Job.recipeReference()
A set of steps that the job runs.
|
RecipeReference |
DescribeJobResponse.recipeReference()
Returns the value of the RecipeReference property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.recipeReference(RecipeReference recipeReference)
The set of steps processed by the job.
|
CreateRecipeJobRequest.Builder |
CreateRecipeJobRequest.Builder.recipeReference(RecipeReference recipeReference)
Sets the value of the RecipeReference property for this object.
|
DescribeJobRunResponse.Builder |
DescribeJobRunResponse.Builder.recipeReference(RecipeReference recipeReference)
Sets the value of the RecipeReference property for this object.
|
Job.Builder |
Job.Builder.recipeReference(RecipeReference recipeReference)
A set of steps that the job runs.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.recipeReference(RecipeReference recipeReference)
Sets the value of the RecipeReference property for this object.
|
Copyright © 2023. All rights reserved.