}
}
public AttachVolume attachVolume(String serverId, String volumeId, String device) {
VolumeAttachment volumeAttachment = new VolumeAttachment();
volumeAttachment.setVolumeId(volumeId);
volumeAttachment.setDevice(device);
return new AttachVolume(serverId, volumeAttachment);
}