Class BundleTask
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.BundleTask
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BundleTask.Builder,BundleTask>
@Generated("software.amazon.awssdk:codegen") public final class BundleTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BundleTask.Builder,BundleTask>
Describes a bundle task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBundleTask.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BundleTask.Builderbuilder()StringbundleId()The ID of the bundle task.BundleTaskErrorbundleTaskError()If the task fails, a description of the error.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The ID of the instance associated with this bundle task.Stringprogress()The level of task completion, as a percent (for example, 20%).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BundleTask.Builder>serializableBuilderClass()InstantstartTime()The time this task started.BundleTaskStatestate()The state of the task.StringstateAsString()The state of the task.Storagestorage()The Amazon S3 storage locations.BundleTask.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time of the most recent update for the task.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instanceId
public final String instanceId()
The ID of the instance associated with this bundle task.
- Returns:
- The ID of the instance associated with this bundle task.
-
bundleId
public final String bundleId()
The ID of the bundle task.
- Returns:
- The ID of the bundle task.
-
state
public final BundleTaskState state()
The state of the task.
If the service returns an enum value that is not available in the current SDK version,
statewill returnBundleTaskState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the task.
- See Also:
BundleTaskState
-
stateAsString
public final String stateAsString()
The state of the task.
If the service returns an enum value that is not available in the current SDK version,
statewill returnBundleTaskState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the task.
- See Also:
BundleTaskState
-
startTime
public final Instant startTime()
The time this task started.
- Returns:
- The time this task started.
-
updateTime
public final Instant updateTime()
The time of the most recent update for the task.
- Returns:
- The time of the most recent update for the task.
-
storage
public final Storage storage()
The Amazon S3 storage locations.
- Returns:
- The Amazon S3 storage locations.
-
progress
public final String progress()
The level of task completion, as a percent (for example, 20%).
- Returns:
- The level of task completion, as a percent (for example, 20%).
-
bundleTaskError
public final BundleTaskError bundleTaskError()
If the task fails, a description of the error.
- Returns:
- If the task fails, a description of the error.
-
toBuilder
public BundleTask.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BundleTask.Builder,BundleTask>
-
builder
public static BundleTask.Builder builder()
-
serializableBuilderClass
public static Class<? extends BundleTask.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-