Interface EbsInstanceBlockDeviceSpecification.Builder

    • Method Detail

      • 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.
      • volumeId

        EbsInstanceBlockDeviceSpecification.Builder volumeId​(String 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.