Uses of Interface
software.amazon.awssdk.services.ec2.model.FpgaImage.Builder
Packages that use FpgaImage.Builder
-
Uses of FpgaImage.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FpgaImage.BuilderModifier and TypeMethodDescriptionstatic FpgaImage.BuilderFpgaImage.builder()FpgaImage.Builder.createTime(Instant createTime) The date and time the AFI was created.FpgaImage.Builder.dataRetentionSupport(Boolean dataRetentionSupport) Indicates whether data retention support is enabled for the AFI.FpgaImage.Builder.description(String description) The description of the AFI.FpgaImage.Builder.fpgaImageGlobalId(String fpgaImageGlobalId) The global FPGA image identifier (AGFI ID).FpgaImage.Builder.fpgaImageId(String fpgaImageId) The FPGA image identifier (AFI ID).FpgaImage.Builder.instanceTypes(String... instanceTypes) The instance types supported by the AFI.FpgaImage.Builder.instanceTypes(Collection<String> instanceTypes) The instance types supported by the AFI.Indicates whether the AFI is public.The name of the AFI.FpgaImage.Builder.ownerAlias(String ownerAlias) The alias of the AFI owner.The ID of the Amazon Web Services account that owns the AFI.default FpgaImage.BuilderFpgaImage.Builder.pciId(Consumer<PciId.Builder> pciId) Information about the PCI bus.Information about the PCI bus.FpgaImage.Builder.productCodes(Collection<ProductCode> productCodes) The product codes for the AFI.FpgaImage.Builder.productCodes(Consumer<ProductCode.Builder>... productCodes) The product codes for the AFI.FpgaImage.Builder.productCodes(ProductCode... productCodes) The product codes for the AFI.FpgaImage.Builder.shellVersion(String shellVersion) The version of the Amazon Web Services Shell that was used to create the bitstream.default FpgaImage.BuilderFpgaImage.Builder.state(Consumer<FpgaImageState.Builder> state) Information about the state of the AFI.FpgaImage.Builder.state(FpgaImageState state) Information about the state of the AFI.FpgaImage.Builder.tags(Collection<Tag> tags) Any tags assigned to the AFI.FpgaImage.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the AFI.Any tags assigned to the AFI.FpgaImage.toBuilder()FpgaImage.Builder.updateTime(Instant updateTime) The time of the most recent update to the AFI.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FpgaImage.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FpgaImage.Builder>FpgaImage.serializableBuilderClass()