public static interface ExportTask.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ExportTask.Builder,ExportTask>
| Modifier and Type | Method and Description |
|---|---|
ExportTask.Builder |
description(String description)
A description of the resource being exported.
|
ExportTask.Builder |
exportTaskId(String exportTaskId)
The ID of the export task.
|
ExportTask.Builder |
exportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
|
ExportTask.Builder |
instanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
|
ExportTask.Builder |
state(ExportTaskState state)
The state of the export task.
|
ExportTask.Builder |
state(String state)
The state of the export task.
|
ExportTask.Builder |
statusMessage(String statusMessage)
The status message related to the export task.
|
copyapply, buildExportTask.Builder description(String description)
A description of the resource being exported.
description - A description of the resource being exported.ExportTask.Builder exportTaskId(String exportTaskId)
The ID of the export task.
exportTaskId - The ID of the export task.ExportTask.Builder exportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
exportToS3Task - Information about the export task.ExportTask.Builder instanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
instanceExportDetails - Information about the instance to export.ExportTask.Builder state(String state)
The state of the export task.
state - The state of the export task.ExportTaskState,
ExportTaskStateExportTask.Builder state(ExportTaskState state)
The state of the export task.
state - The state of the export task.ExportTaskState,
ExportTaskStateExportTask.Builder statusMessage(String statusMessage)
The status message related to the export task.
statusMessage - The status message related to the export task.Copyright © 2017. All rights reserved.