Interface ListCompatibleImagesResponse.Builder

    • Method Detail

      • compatibleImages

        ListCompatibleImagesResponse.Builder compatibleImages​(Collection<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

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

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