Interface FpgaImageState.Builder

  • Method Details

    • code

      The state. The following are the possible values:

      • pending - AFI bitstream generation is in progress.

      • available - The AFI is available for use.

      • failed - AFI bitstream generation failed.

      • unavailable - The AFI is no longer available for use.

      Parameters:
      code - The state. The following are the possible values:

      • pending - AFI bitstream generation is in progress.

      • available - The AFI is available for use.

      • failed - AFI bitstream generation failed.

      • unavailable - The AFI is no longer available for use.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The state. The following are the possible values:

      • pending - AFI bitstream generation is in progress.

      • available - The AFI is available for use.

      • failed - AFI bitstream generation failed.

      • unavailable - The AFI is no longer available for use.

      Parameters:
      code - The state. The following are the possible values:

      • pending - AFI bitstream generation is in progress.

      • available - The AFI is available for use.

      • failed - AFI bitstream generation failed.

      • unavailable - The AFI is no longer available for use.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      FpgaImageState.Builder message(String message)

      If the state is failed, this is the error message.

      Parameters:
      message - If the state is failed, this is the error message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.