Interface EbsInstanceBlockDevice.Builder

    • Method Detail

      • attachTime

        EbsInstanceBlockDevice.Builder attachTime​(Instant attachTime)

        When the attachment was initiated.

        Parameters:
        attachTime - When the attachment was initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteOnTermination

        EbsInstanceBlockDevice.Builder deleteOnTermination​(Boolean deleteOnTermination)

        A value that indicates whether the volume is deleted on instance termination.

        Parameters:
        deleteOnTermination - A value that 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

        EbsInstanceBlockDevice.Builder volumeId​(String volumeId)

        The ID of the Amazon EBS volume.

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