ToCopyableBuilder<ExportTask.Builder,ExportTask>
@Generated("software.amazon.awssdk:codegen") public class ExportTask extends Object implements ToCopyableBuilder<ExportTask.Builder,ExportTask>
Describes an instance export task.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExportTask.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ExportTask.Builder |
builder() |
|
String |
description() |
A description of the resource being exported.
|
boolean |
equals(Object obj) |
|
String |
exportTaskId() |
The ID of the export task.
|
ExportToS3Task |
exportToS3Task() |
Information about the export task.
|
int |
hashCode() |
|
InstanceExportDetails |
instanceExportDetails() |
Information about the instance to export.
|
static Class<? extends ExportTask.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the export task.
|
String |
statusMessage() |
The status message related to the export task.
|
ExportTask.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String description()
A description of the resource being exported.
public String exportTaskId()
The ID of the export task.
public ExportToS3Task exportToS3Task()
Information about the export task.
public InstanceExportDetails instanceExportDetails()
Information about the instance to export.
public String state()
The state of the export task.
ExportTaskState
public String statusMessage()
The status message related to the export task.
public ExportTask.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExportTask.Builder,ExportTask>
public static ExportTask.Builder builder()
public static Class<? extends ExportTask.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.