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 |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CopyFpgaImageRequest.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 © 2023. All rights reserved.