CopyableBuilder<CreateFpgaImageRequest.Builder,CreateFpgaImageRequest>, SdkBuilder<CreateFpgaImageRequest.Builder,CreateFpgaImageRequest>public static interface CreateFpgaImageRequest.Builder extends CopyableBuilder<CreateFpgaImageRequest.Builder,CreateFpgaImageRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateFpgaImageRequest.Builder |
clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFpgaImageRequest.Builder |
description(String description) |
A description for the AFI.
|
CreateFpgaImageRequest.Builder |
inputStorageLocation(StorageLocation inputStorageLocation) |
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest.Builder |
logsStorageLocation(StorageLocation logsStorageLocation) |
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest.Builder |
name(String name) |
A name for the AFI.
|
copyapply, buildCreateFpgaImageRequest.Builder inputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
inputStorageLocation - The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.CreateFpgaImageRequest.Builder logsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
logsStorageLocation - The location in Amazon S3 for the output logs.CreateFpgaImageRequest.Builder description(String description)
A description for the AFI.
description - A description for the AFI.CreateFpgaImageRequest.Builder name(String name)
A name for the AFI.
name - A name for the AFI.CreateFpgaImageRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.