CopyableBuilder<ImportSnapshotRequest.Builder,ImportSnapshotRequest>
, SdkBuilder<ImportSnapshotRequest.Builder,ImportSnapshotRequest>
public static interface ImportSnapshotRequest.Builder extends CopyableBuilder<ImportSnapshotRequest.Builder,ImportSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
ImportSnapshotRequest.Builder |
clientData(ClientData clientData) |
The client-specific data.
|
ImportSnapshotRequest.Builder |
clientToken(String clientToken) |
Token to enable idempotency for VM import requests.
|
ImportSnapshotRequest.Builder |
description(String description) |
The description string for the import snapshot task.
|
ImportSnapshotRequest.Builder |
diskContainer(SnapshotDiskContainer diskContainer) |
Information about the disk container.
|
ImportSnapshotRequest.Builder |
roleName(String roleName) |
The name of the role to use when not using the default role, 'vmimport'.
|
copy
apply, build
ImportSnapshotRequest.Builder clientData(ClientData clientData)
The client-specific data.
clientData
- The client-specific data.ImportSnapshotRequest.Builder clientToken(String clientToken)
Token to enable idempotency for VM import requests.
clientToken
- Token to enable idempotency for VM import requests.ImportSnapshotRequest.Builder description(String description)
The description string for the import snapshot task.
description
- The description string for the import snapshot task.ImportSnapshotRequest.Builder diskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.
diskContainer
- Information about the disk container.ImportSnapshotRequest.Builder roleName(String roleName)
The name of the role to use when not using the default role, 'vmimport'.
roleName
- The name of the role to use when not using the default role, 'vmimport'.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.