Uses of Interface
software.amazon.awssdk.services.ec2.model.FpgaImageState.Builder
Packages that use FpgaImageState.Builder
-
Uses of FpgaImageState.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FpgaImageState.BuilderModifier and TypeMethodDescriptionstatic FpgaImageState.BuilderFpgaImageState.builder()The state.FpgaImageState.Builder.code(FpgaImageStateCode code) The state.If the state isfailed, this is the error message.FpgaImageState.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaImageState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FpgaImageState.Builder>FpgaImageState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FpgaImageState.BuilderModifier and TypeMethodDescriptiondefault FpgaImage.BuilderFpgaImage.Builder.state(Consumer<FpgaImageState.Builder> state) Information about the state of the AFI.