Exemplo n.º 1
0
 /**
  * Sets the AWS ASG name for this instance.
  *
  * @param asgName the asg name for this instance.
  * @return the instance info builder.
  */
 public Builder setASGName(String asgName) {
   result.asgName = asgName;
   return this;
 }