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 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

      ListRecipesResponse.Builder recipes(Recipe... 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 the Recipe.Builder avoiding the need to create one manually via Recipe.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to recipes(List<Recipe>).

      Parameters:
      recipes - a consumer that will call methods on Recipe.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListRecipesResponse.Builder nextToken(String 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.