public static interface CopyFpgaImageRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CopyFpgaImageRequest.Builder,CopyFpgaImageRequest>
| Modifier and Type | Method and Description |
|---|---|
CopyFpgaImageRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CopyFpgaImageRequest.Builder |
description(String description)
The description for the new AFI.
|
CopyFpgaImageRequest.Builder |
name(String name)
The name for the new AFI.
|
CopyFpgaImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyFpgaImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyFpgaImageRequest.Builder |
sourceFpgaImageId(String sourceFpgaImageId)
The ID of the source AFI.
|
CopyFpgaImageRequest.Builder |
sourceRegion(String sourceRegion)
The Region that contains the source AFI.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyFpgaImageRequest.Builder sourceFpgaImageId(String sourceFpgaImageId)
The ID of the source AFI.
sourceFpgaImageId - The ID of the source AFI.CopyFpgaImageRequest.Builder description(String description)
The description for the new AFI.
description - The description for the new AFI.CopyFpgaImageRequest.Builder name(String name)
The name for the new AFI. The default is the name of the source AFI.
name - The name for the new AFI. The default is the name of the source AFI.CopyFpgaImageRequest.Builder sourceRegion(String sourceRegion)
The Region that contains the source AFI.
sourceRegion - The Region that contains the source AFI.CopyFpgaImageRequest.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.CopyFpgaImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCopyFpgaImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.