public static interface ImportVmImageResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ImportVmImageResponse.Builder,ImportVmImageResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportVmImageResponse.Builder |
clientToken(String clientToken)
The idempotency token that was used for this request.
|
ImportVmImageResponse.Builder |
imageArn(String imageArn)
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process.
|
ImportVmImageResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportVmImageResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ImportVmImageResponse.Builder imageArn(String imageArn)
The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.
imageArn - The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is
used as the base image for the recipe that imported the VM.ImportVmImageResponse.Builder clientToken(String clientToken)
The idempotency token that was used for this request.
clientToken - The idempotency token that was used for this request.Copyright © 2022. All rights reserved.