Interface EbsInstanceBlockDeviceSpecification.Builder

  • Method Details

    • volumeId

      The ID of the EBS volume.

      Parameters:
      volumeId - The ID of the EBS volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteOnTermination

      EbsInstanceBlockDeviceSpecification.Builder deleteOnTermination(Boolean deleteOnTermination)

      Indicates whether the volume is deleted on instance termination.

      Parameters:
      deleteOnTermination - Indicates whether the volume is deleted on instance termination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.