Interface DescribeImagesResponse.Builder

All Superinterfaces:
AppStreamResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<DescribeImagesResponse.Builder,DescribeImagesResponse>, SdkBuilder<DescribeImagesResponse.Builder,DescribeImagesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeImagesResponse

public static interface DescribeImagesResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeImagesResponse.Builder,DescribeImagesResponse>
  • Method Details

    • 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:
    • nextToken

      DescribeImagesResponse.Builder nextToken(String nextToken)

      The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

      Parameters:
      nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.