ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>
@Generated("software.amazon.awssdk:codegen") public class FpgaImageState extends Object implements ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
Modifier and Type | Class | Description |
---|---|---|
static interface |
FpgaImageState.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
FpgaImageStateCode
public String message()
If the state is failed
, this is the error message.
failed
, this is the error message.public FpgaImageState.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>
public static FpgaImageState.Builder builder()
public static Class<? extends FpgaImageState.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.