public static interface CopyFpgaImageRequest.Builder extends EC2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CopyFpgaImageRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CopyFpgaImageRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.