Interface ListImageRecipesResponse.Builder

  • Method Details

    • requestId

      ListImageRecipesResponse.Builder requestId(String requestIdValue)

      The request ID that uniquely identifies this request.

      Parameters:
      requestIdValue - The request ID that uniquely identifies this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageRecipeSummaryList

      ListImageRecipesResponse.Builder imageRecipeSummaryList(Collection<ImageRecipeSummary> imageRecipeSummaryList)

      A list of ImageRecipeSummary objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.

      Parameters:
      imageRecipeSummaryList - A list of ImageRecipeSummary objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageRecipeSummaryList

      ListImageRecipesResponse.Builder imageRecipeSummaryList(ImageRecipeSummary... imageRecipeSummaryList)

      A list of ImageRecipeSummary objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.

      Parameters:
      imageRecipeSummaryList - A list of ImageRecipeSummary objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageRecipeSummaryList

      ListImageRecipesResponse.Builder imageRecipeSummaryList(Consumer<ImageRecipeSummary.Builder>... imageRecipeSummaryList)

      A list of ImageRecipeSummary objects that contain identifying characteristics for the image recipe, such as the name, the Amazon Resource Name (ARN), and the date created, along with other key details.

      This is a convenience method that creates an instance of the ImageRecipeSummary.Builder avoiding the need to create one manually via ImageRecipeSummary.builder().

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

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

      The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

      Parameters:
      nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.