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)
Add an optional request override configuration.
|
CopyFpgaImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CopyFpgaImageRequest.Builder |
sourceFpgaImageId(String sourceFpgaImageId)
The ID of the source AFI.
|
CopyFpgaImageRequest.Builder |
sourceRegion(String sourceRegion)
The region that contains the source AFI.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CopyFpgaImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.