Beispiel #1
0
 /**
  * Sets the status of the instances.If the status is UP, that is when the instance is ready to
  * service requests.
  *
  * @param status the {@link InstanceStatus} of the instance.
  * @return the {@link InstanceInfo} builder.
  */
 public Builder setStatus(InstanceStatus status) {
   result.status = status;
   return this;
 }