public static interface ImportSnapshotRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ImportSnapshotRequest.Builder,ImportSnapshotRequest>
| Modifier and Type | Method and 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'.
|
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. All rights reserved.