public static interface CancelExportTaskRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CancelExportTaskRequest.Builder,CancelExportTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelExportTaskRequest.Builder |
exportTaskId(String exportTaskId)
The ID of the export task.
|
CancelExportTaskRequest.Builder exportTaskId(String exportTaskId)
The ID of the export task. This is the ID returned by CreateInstanceExportTask.
exportTaskId - The ID of the export task. This is the ID returned by CreateInstanceExportTask.Copyright © 2017. All rights reserved.