/// <summary> /// Sets parameters used to automatically setup Amazon EBS volumes /// when the instance is launched. /// </summary> /// <param name="ebs">Specifies parameters used to automatically /// setup Amazon EBS volumes when the instance is launched.</param> /// <returns>this instance</returns> public InstanceBlockDeviceMappingParameter WithEbs(InstanceEbsBlockDeviceParameter ebs) { this.ebsField = ebs; return(this); }
/// <summary> /// Sets parameters used to automatically setup Amazon EBS volumes /// when the instance is launched. /// </summary> /// <param name="ebs">Specifies parameters used to automatically /// setup Amazon EBS volumes when the instance is launched.</param> /// <returns>this instance</returns> public InstanceBlockDeviceMappingParameter WithEbs(InstanceEbsBlockDeviceParameter ebs) { this.ebsField = ebs; return this; }