ToCopyableBuilder<ConversionTask.Builder,ConversionTask>
@Generated("software.amazon.awssdk:codegen") public class ConversionTask extends Object implements ToCopyableBuilder<ConversionTask.Builder,ConversionTask>
Describes a conversion task.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConversionTask.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ConversionTask.Builder |
builder() |
|
String |
conversionTaskId() |
The ID of the conversion task.
|
boolean |
equals(Object obj) |
|
String |
expirationTime() |
The time when the task expires.
|
int |
hashCode() |
|
ImportInstanceTaskDetails |
importInstance() |
If the task is for importing an instance, this contains information about the import instance task.
|
ImportVolumeTaskDetails |
importVolume() |
If the task is for importing a volume, this contains information about the import volume task.
|
static Class<? extends ConversionTask.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the conversion task.
|
String |
statusMessage() |
The status message related to the conversion task.
|
List<Tag> |
tags() |
Any tags assigned to the task.
|
ConversionTask.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String conversionTaskId()
The ID of the conversion task.
public String expirationTime()
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
public ImportInstanceTaskDetails importInstance()
If the task is for importing an instance, this contains information about the import instance task.
public ImportVolumeTaskDetails importVolume()
If the task is for importing a volume, this contains information about the import volume task.
public String state()
The state of the conversion task.
ConversionTaskState
public String statusMessage()
The status message related to the conversion task.
public List<Tag> tags()
Any tags assigned to the task.
public ConversionTask.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConversionTask.Builder,ConversionTask>
public static ConversionTask.Builder builder()
public static Class<? extends ConversionTask.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.