Esempio n. 1
0
 /**
  * Sets the datacenter information.
  *
  * @param datacenter the datacenter information for where this instance is running.
  * @return the {@link InstanceInfo} builder.
  */
 public Builder setDataCenterInfo(DataCenterInfo datacenter) {
   result.dataCenterInfo = datacenter;
   return this;
 }