public static interface CreateFpgaImageRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateFpgaImageRequest.Builder,CreateFpgaImageRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
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 method 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 method 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 tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
tagSpecifications
- The tags to apply to the FPGA image during creation.CreateFpgaImageRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the FPGA image during creation.
tagSpecifications
- The tags to apply to the FPGA image during creation.CreateFpgaImageRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the FPGA image during creation.
This is a convenience method that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateFpgaImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateFpgaImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.