public static interface CreateFpgaImageRequest.Builder extends EC2Request.Builder, CopyableBuilder<CreateFpgaImageRequest.Builder,CreateFpgaImageRequest>
| Modifier and Type | Method and 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.
|
default CreateFpgaImageRequest.Builder |
inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest.Builder |
inputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
default CreateFpgaImageRequest.Builder |
logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest.Builder |
logsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest.Builder |
name(String name)
A name for the AFI.
|
CreateFpgaImageRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateFpgaImageRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.default CreateFpgaImageRequest.Builder inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
This is a convenience that creates an instance of theStorageLocation.Builder avoiding the need to
create one manually via StorageLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputStorageLocation(StorageLocation).inputStorageLocation - a consumer that will call methods on StorageLocation.BuilderinputStorageLocation(StorageLocation)CreateFpgaImageRequest.Builder logsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
logsStorageLocation - The location in Amazon S3 for the output logs.default CreateFpgaImageRequest.Builder logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation)
The location in Amazon S3 for the output logs.
This is a convenience that creates an instance of theStorageLocation.Builder avoiding the need to
create one manually via StorageLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to logsStorageLocation(StorageLocation).logsStorageLocation - a consumer that will call methods on StorageLocation.BuilderlogsStorageLocation(StorageLocation)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.CreateFpgaImageRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateFpgaImageRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.