@Generated(value="software.amazon.awssdk:codegen") public class FpgaImageState extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
| Modifier and Type | Class and Description |
|---|---|
static interface |
FpgaImageState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FpgaImageState.Builder |
builder() |
String |
code()
The state.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
message()
If the state is
failed, this is the error message. |
static Class<? extends FpgaImageState.Builder> |
serializableBuilderClass() |
FpgaImageState.Builder |
toBuilder() |
String |
toString() |
public 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.
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.
FpgaImageStateCodepublic String message()
If the state is failed, this is the error message.
failed, this is the error message.public FpgaImageState.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>public static FpgaImageState.Builder builder()
public static Class<? extends FpgaImageState.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.