Interface AttachVolumeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<AttachVolumeResponse.Builder,AttachVolumeResponse>, Ec2Response.Builder, SdkBuilder<AttachVolumeResponse.Builder,AttachVolumeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
AttachVolumeResponse

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

    • attachTime

      AttachVolumeResponse.Builder attachTime(Instant attachTime)

      The time stamp when the attachment initiated.

      Parameters:
      attachTime - The time stamp when the attachment initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • device

      The device name.

      Parameters:
      device - The device name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      AttachVolumeResponse.Builder instanceId(String instanceId)

      The ID of the instance.

      Parameters:
      instanceId - The ID of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The attachment state of the volume.

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

      The attachment state of the volume.

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

      The ID of the volume.

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

      AttachVolumeResponse.Builder deleteOnTermination(Boolean deleteOnTermination)

      Indicates whether the EBS volume is deleted on instance termination.

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