public RequestSpotInstancesRequest WithLaunchSpecification(Amazon.EC2.Model.LaunchSpecification launchSpecification)
 {
     this.launchSpecificationField = launchSpecification;
     return this;
 }
Пример #2
0
 public SpotInstanceRequest WithLaunchSpecification(Amazon.EC2.Model.LaunchSpecification launchSpecification)
 {
     this.launchSpecificationField = launchSpecification;
     return(this);
 }