Interface DescribeImagesResponse.Builder

  • Method Details

    • nextToken

      DescribeImagesResponse.Builder nextToken(String nextToken)

      The token to include in another request to get the next page of items. This value is null when there are no more items to return.

      Parameters:
      nextToken - The token to include in another request to get the next page of items. This value is null when there are no more items to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • images

      Information about the images.

      Parameters:
      images - Information about the images.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • images

      Information about the images.

      Parameters:
      images - Information about the images.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • images

      Information about the images.

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

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

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