public static interface CreateFpgaImageRequest.Builder extends Ec2Request.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateFpgaImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateFpgaImageRequest.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.Builder
inputStorageLocation(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.Builder
logsStorageLocation(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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateFpgaImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.