Interface ListCompatibleImagesResponse.Builder

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

public static interface ListCompatibleImagesResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<ListCompatibleImagesResponse.Builder,ListCompatibleImagesResponse>
  • Method Details

    • compatibleImages

      A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.

      Parameters:
      compatibleImages - A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • compatibleImages

      ListCompatibleImagesResponse.Builder compatibleImages(CompatibleImage... compatibleImages)

      A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.

      Parameters:
      compatibleImages - A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • compatibleImages

      A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.

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

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

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

      Because HTTP requests are stateless, this is the starting point for your next list of returned images.

      Parameters:
      nextToken - Because HTTP requests are stateless, this is the starting point for your next list of returned images.
      Returns:
      Returns a reference to this object so that method calls can be chained together.