Uses of Interface
software.amazon.awssdk.services.ec2.model.BundleTask.Builder
Packages that use BundleTask.Builder
-
Uses of BundleTask.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BundleTask.BuilderModifier and TypeMethodDescriptionstatic BundleTask.BuilderBundleTask.builder()The ID of the bundle task.default BundleTask.BuilderBundleTask.Builder.bundleTaskError(Consumer<BundleTaskError.Builder> bundleTaskError) If the task fails, a description of the error.BundleTask.Builder.bundleTaskError(BundleTaskError bundleTaskError) If the task fails, a description of the error.BundleTask.Builder.instanceId(String instanceId) The ID of the instance associated with this bundle task.The level of task completion, as a percent (for example, 20%).The time this task started.The state of the task.BundleTask.Builder.state(BundleTaskState state) The state of the task.default BundleTask.BuilderBundleTask.Builder.storage(Consumer<Storage.Builder> storage) The Amazon S3 storage locations.The Amazon S3 storage locations.BundleTask.toBuilder()BundleTask.Builder.updateTime(Instant updateTime) The time of the most recent update for the task.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BundleTask.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BundleTask.Builder>BundleTask.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BundleTask.BuilderModifier and TypeMethodDescriptiondefault BundleInstanceResponse.BuilderBundleInstanceResponse.Builder.bundleTask(Consumer<BundleTask.Builder> bundleTask) Information about the bundle task.default CancelBundleTaskResponse.BuilderCancelBundleTaskResponse.Builder.bundleTask(Consumer<BundleTask.Builder> bundleTask) Information about the bundle task.