Interface ReplaceRootVolumeTask.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplaceRootVolumeTask.Builder,ReplaceRootVolumeTask>, SdkBuilder<ReplaceRootVolumeTask.Builder,ReplaceRootVolumeTask>, SdkPojo
Enclosing class:
ReplaceRootVolumeTask

public static interface ReplaceRootVolumeTask.Builder extends SdkPojo, CopyableBuilder<ReplaceRootVolumeTask.Builder,ReplaceRootVolumeTask>
  • Method Details

    • replaceRootVolumeTaskId

      ReplaceRootVolumeTask.Builder replaceRootVolumeTaskId(String replaceRootVolumeTaskId)

      The ID of the root volume replacement task.

      Parameters:
      replaceRootVolumeTaskId - The ID of the root volume replacement task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      ReplaceRootVolumeTask.Builder instanceId(String instanceId)

      The ID of the instance for which the root volume replacement task was created.

      Parameters:
      instanceId - The ID of the instance for which the root volume replacement task was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskState

      ReplaceRootVolumeTask.Builder taskState(String taskState)

      The state of the task. The task can be in one of the following states:

      • pending - the replacement volume is being created.

      • in-progress - the original volume is being detached and the replacement volume is being attached.

      • succeeded - the replacement volume has been successfully attached to the instance and the instance is available.

      • failing - the replacement task is in the process of failing.

      • failed - the replacement task has failed but the original root volume is still attached.

      • failing-detached - the replacement task is in the process of failing. The instance might have no root volume attached.

      • failed-detached - the replacement task has failed and the instance has no root volume attached.

      Parameters:
      taskState - The state of the task. The task can be in one of the following states:

      • pending - the replacement volume is being created.

      • in-progress - the original volume is being detached and the replacement volume is being attached.

      • succeeded - the replacement volume has been successfully attached to the instance and the instance is available.

      • failing - the replacement task is in the process of failing.

      • failed - the replacement task has failed but the original root volume is still attached.

      • failing-detached - the replacement task is in the process of failing. The instance might have no root volume attached.

      • failed-detached - the replacement task has failed and the instance has no root volume attached.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • taskState

      The state of the task. The task can be in one of the following states:

      • pending - the replacement volume is being created.

      • in-progress - the original volume is being detached and the replacement volume is being attached.

      • succeeded - the replacement volume has been successfully attached to the instance and the instance is available.

      • failing - the replacement task is in the process of failing.

      • failed - the replacement task has failed but the original root volume is still attached.

      • failing-detached - the replacement task is in the process of failing. The instance might have no root volume attached.

      • failed-detached - the replacement task has failed and the instance has no root volume attached.

      Parameters:
      taskState - The state of the task. The task can be in one of the following states:

      • pending - the replacement volume is being created.

      • in-progress - the original volume is being detached and the replacement volume is being attached.

      • succeeded - the replacement volume has been successfully attached to the instance and the instance is available.

      • failing - the replacement task is in the process of failing.

      • failed - the replacement task has failed but the original root volume is still attached.

      • failing-detached - the replacement task is in the process of failing. The instance might have no root volume attached.

      • failed-detached - the replacement task has failed and the instance has no root volume attached.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startTime

      ReplaceRootVolumeTask.Builder startTime(String startTime)

      The time the task was started.

      Parameters:
      startTime - The time the task was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completeTime

      ReplaceRootVolumeTask.Builder completeTime(String completeTime)

      The time the task completed.

      Parameters:
      completeTime - The time the task completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags assigned to the task.

      Parameters:
      tags - The tags assigned to the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags assigned to the task.

      Parameters:
      tags - The tags assigned to the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags assigned to the task.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageId

      The ID of the AMI used to create the replacement root volume.

      Parameters:
      imageId - The ID of the AMI used to create the replacement root volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snapshotId

      ReplaceRootVolumeTask.Builder snapshotId(String snapshotId)

      The ID of the snapshot used to create the replacement root volume.

      Parameters:
      snapshotId - The ID of the snapshot used to create the replacement root volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteReplacedRootVolume

      ReplaceRootVolumeTask.Builder deleteReplacedRootVolume(Boolean deleteReplacedRootVolume)

      Indicates whether the original root volume is to be deleted after the root volume replacement task completes.

      Parameters:
      deleteReplacedRootVolume - Indicates whether the original root volume is to be deleted after the root volume replacement task completes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.