/// <summary>
 /// Sets the Placement property
 /// </summary>
 /// <param name="placement">Specifies the placement constraints.</param>
 /// <returns>this instance</returns>
 public ImportInstanceLaunchSpecificationType WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return this;
 }
 /// <summary>
 /// Sets the Placement property
 /// </summary>
 /// <param name="placement">The location where the instance launched.</param>
 /// <returns>this instance</returns>
 public RunningInstance WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return this;
 }
 public LaunchSpecification WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return this;
 }
Example #4
0
 /// <summary>
 /// Sets the Placement property
 /// </summary>
 /// <param name="placement">Placement property</param>
 /// <returns>this instance</returns>
 public RunInstancesRequest WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return this;
 }
 /// <summary>
 /// Sets the Placement property
 /// </summary>
 /// <param name="placement">The location where the instance launched.</param>
 /// <returns>this instance</returns>
 public RunningInstance WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return(this);
 }
Example #6
0
 /// <summary>
 /// Sets the placement constraints.
 /// </summary>
 /// <param name="placement">Specifies the placement constraints.</param>
 /// <returns>this instance</returns>
 public ImportInstanceLaunchSpecificationType WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return(this);
 }
 public RunInstancesRequest WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return(this);
 }
Example #8
0
 public LaunchSpecification WithPlacement(Placement placement)
 {
     this.placementField = placement;
     return(this);
 }