| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FpgaImageState.Builder |
FpgaImageState.builder() |
FpgaImageState.Builder |
FpgaImageState.Builder.code(FpgaImageStateCode code)
The state.
|
FpgaImageState.Builder |
FpgaImageState.Builder.code(String code)
The state.
|
FpgaImageState.Builder |
FpgaImageState.Builder.message(String message)
If the state is
failed, this is the error message. |
FpgaImageState.Builder |
FpgaImageState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FpgaImageState.Builder> |
FpgaImageState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FpgaImage.Builder |
FpgaImage.Builder.state(Consumer<FpgaImageState.Builder> state)
Information about the state of the AFI.
|
Copyright © 2021. All rights reserved.