CopyableBuilder<ExportTask.Builder,ExportTask>, SdkBuilder<ExportTask.Builder,ExportTask>public static interface ExportTask.Builder extends CopyableBuilder<ExportTask.Builder,ExportTask>
| Modifier and Type | Method | 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(String state) |
The state of the export task.
|
ExportTask.Builder |
state(ExportTaskState 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.ExportTaskStateExportTask.Builder state(ExportTaskState state)
The state of the export task.
state - The state of the export task.ExportTaskStateExportTask.Builder statusMessage(String statusMessage)
The status message related to the export task.
statusMessage - The status message related to the export task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.