ToCopyableBuilder<BundleTask.Builder,BundleTask>
@Generated("software.amazon.awssdk:codegen") public class BundleTask extends Object implements ToCopyableBuilder<BundleTask.Builder,BundleTask>
Describes a bundle task.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BundleTask.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BundleTask.Builder |
builder() |
|
String |
bundleId() |
The ID of the bundle task.
|
BundleTaskError |
bundleTaskError() |
If the task fails, a description of the error.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance associated with this bundle task.
|
String |
progress() |
The level of task completion, as a percent (for example, 20%).
|
static Class<? extends BundleTask.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The time this task started.
|
String |
state() |
The state of the task.
|
Storage |
storage() |
The Amazon S3 storage locations.
|
BundleTask.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
updateTime() |
The time of the most recent update for the task.
|
public String bundleId()
The ID of the bundle task.
public BundleTaskError bundleTaskError()
If the task fails, a description of the error.
public String instanceId()
The ID of the instance associated with this bundle task.
public String progress()
The level of task completion, as a percent (for example, 20%).
public Date startTime()
The time this task started.
public String state()
The state of the task.
BundleTaskState
public Storage storage()
The Amazon S3 storage locations.
public Date updateTime()
The time of the most recent update for the task.
public BundleTask.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BundleTask.Builder,BundleTask>
public static BundleTask.Builder builder()
public static Class<? extends BundleTask.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.