Interface ListRecipesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRecipesResponse.Builder,
,ListRecipesResponse> DataBrewResponse.Builder
,SdkBuilder<ListRecipesResponse.Builder,
,ListRecipesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRecipesResponse
public static interface ListRecipesResponse.Builder
extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<ListRecipesResponse.Builder,ListRecipesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token that you can use in a subsequent call to retrieve the next set of results.recipes
(Collection<Recipe> recipes) A list of recipes that are defined.recipes
(Consumer<Recipe.Builder>... recipes) A list of recipes that are defined.A list of recipes that are defined.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
recipes
A list of recipes that are defined.
- Parameters:
recipes
- A list of recipes that are defined.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipes
A list of recipes that are defined.
- Parameters:
recipes
- A list of recipes that are defined.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipes
A list of recipes that are defined.
This is a convenience method that creates an instance of theRecipe.Builder
avoiding the need to create one manually viaRecipe.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecipes(List<Recipe>)
.- Parameters:
recipes
- a consumer that will call methods onRecipe.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token that you can use in a subsequent call to retrieve the next set of results.
- Parameters:
nextToken
- A token that you can use in a subsequent call to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-