예제 #1
0
 /**
  * The snapshot identifier.
  *
  * @param snapshotId The snapshot identifier.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Snapshot withSnapshotId(String snapshotId) {
   setSnapshotId(snapshotId);
   return this;
 }