Interface ListImageRecipesResponse.Builder

    • Method Detail

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

        The list of image pipelines.

        Parameters:
        imageRecipeSummaryList - The list of image pipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageRecipeSummaryList

        ListImageRecipesResponse.Builder imageRecipeSummaryList​(ImageRecipeSummary... imageRecipeSummaryList)

        The list of image pipelines.

        Parameters:
        imageRecipeSummaryList - The list of image pipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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