예제 #1
0
 /**
  * The descriptive name of the snapshot.
  *
  * @param name The descriptive name of the snapshot.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Snapshot withName(String name) {
   setName(name);
   return this;
 }