Beispiel #1
0
 /**
  * Replace the existing metadata map with a new one.
  *
  * @param mt the new metadata name.
  * @return instance info builder.
  */
 public Builder setMetadata(Map<String, String> mt) {
   result.metadata = mt;
   return this;
 }