Interface EbsInstanceBlockDevice.Builder

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

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

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

      The attachment state.

      Parameters:
      status - The attachment state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The attachment state.

      Parameters:
      status - The attachment state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.