public static interface FpgaImageState.Builder extends SdkPojo, CopyableBuilder<FpgaImageState.Builder,FpgaImageState>
Modifier and Type | Method and Description |
---|---|
FpgaImageState.Builder |
code(FpgaImageStateCode code)
The state.
|
FpgaImageState.Builder |
code(String code)
The state.
|
FpgaImageState.Builder |
message(String message)
If the state is
failed , this is the error message. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.
FpgaImageStateCode
,
FpgaImageStateCode
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.
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.
FpgaImageStateCode
,
FpgaImageStateCode
FpgaImageState.Builder message(String message)
If the state is failed
, this is the error message.
message
- If the state is failed
, this is the error message.Copyright © 2019. All rights reserved.