Ejemplo n.º 1
0
 public RequestSpotInstancesRequest WithLaunchSpecification(Amazon.EC2.Model.LaunchSpecification launchSpecification)
 {
     this.launchSpecificationField = launchSpecification;
     return this;
 }
Ejemplo n.º 2
0
 public SpotInstanceRequest WithLaunchSpecification(Amazon.EC2.Model.LaunchSpecification launchSpecification)
 {
     this.launchSpecificationField = launchSpecification;
     return(this);
 }