| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FpgaImage.Builder |
FpgaImage.builder() |
FpgaImage.Builder |
FpgaImage.Builder.createTime(Instant createTime)
The date and time the AFI was created.
|
FpgaImage.Builder |
FpgaImage.Builder.description(String description)
The description of the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.fpgaImageGlobalId(String fpgaImageGlobalId)
The global FPGA image identifier (AGFI ID).
|
FpgaImage.Builder |
FpgaImage.Builder.fpgaImageId(String fpgaImageId)
The FPGA image identifier (AFI ID).
|
FpgaImage.Builder |
FpgaImage.Builder.isPublic(Boolean isPublic)
Indicates whether the AFI is public.
|
FpgaImage.Builder |
FpgaImage.Builder.name(String name)
The name of the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.ownerAlias(String ownerAlias)
The alias of the AFI owner.
|
FpgaImage.Builder |
FpgaImage.Builder.ownerId(String ownerId)
The AWS account ID of the AFI owner.
|
default FpgaImage.Builder |
FpgaImage.Builder.pciId(Consumer<PciId.Builder> pciId)
Information about the PCI bus.
|
FpgaImage.Builder |
FpgaImage.Builder.pciId(PciId pciId)
Information about the PCI bus.
|
FpgaImage.Builder |
FpgaImage.Builder.productCodes(Collection<ProductCode> productCodes)
The product codes for the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.productCodes(Consumer<ProductCode.Builder>... productCodes)
The product codes for the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.productCodes(ProductCode... productCodes)
The product codes for the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.shellVersion(String shellVersion)
The version of the AWS Shell that was used to create the bitstream.
|
default FpgaImage.Builder |
FpgaImage.Builder.state(Consumer<FpgaImageState.Builder> state)
Information about the state of the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.state(FpgaImageState state)
Information about the state of the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.tags(Collection<Tag> tags)
Any tags assigned to the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the AFI.
|
FpgaImage.Builder |
FpgaImage.Builder.tags(Tag... tags)
Any tags assigned to the AFI.
|
FpgaImage.Builder |
FpgaImage.toBuilder() |
FpgaImage.Builder |
FpgaImage.Builder.updateTime(Instant updateTime)
The time of the most recent update to the AFI.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FpgaImage.Builder> |
FpgaImage.serializableBuilderClass() |
Copyright © 2019. All rights reserved.