Interface DescribeFpgaImagesResponse.Builder

    • Method Detail

      • fpgaImages

        DescribeFpgaImagesResponse.Builder fpgaImages​(Collection<FpgaImage> fpgaImages)

        Information about the FPGA images.

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

        DescribeFpgaImagesResponse.Builder fpgaImages​(FpgaImage... fpgaImages)

        Information about the FPGA images.

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

        DescribeFpgaImagesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.