Interface ImportVmImageResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ImportVmImageResponse.Builder,ImportVmImageResponse>, ImagebuilderResponse.Builder, SdkBuilder<ImportVmImageResponse.Builder,ImportVmImageResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ImportVmImageResponse

public static interface ImportVmImageResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ImportVmImageResponse.Builder,ImportVmImageResponse>
  • Method Details

    • requestId

      ImportVmImageResponse.Builder requestId(String requestIdValue)

      The request ID that uniquely identifies this request.

      Parameters:
      requestIdValue - The request ID that uniquely identifies this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      ImportVmImageResponse.Builder clientToken(String clientToken)

      The client token that uniquely identifies the request.

      Parameters:
      clientToken - The client token that uniquely identifies the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.