Interface FpgaImageState.Builder

    • Method Detail

      • code

        FpgaImageState.Builder code​(String 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:
        FpgaImageStateCode, FpgaImageStateCode
      • code

        FpgaImageState.Builder code​(FpgaImageStateCode 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:
        FpgaImageStateCode, FpgaImageStateCode
      • 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.