| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFpgaImageResponse> |
Ec2AsyncClient.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
default CreateFpgaImageResponse |
Ec2Client.createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.builder() |
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.description(String description)
A description for the AFI.
|
default CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.inputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
default CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.logsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.name(String name)
A name for the AFI.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the FPGA image during creation.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the FPGA image during creation.
|
CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFpgaImageRequest.Builder> |
CreateFpgaImageRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.