Ejemplo n.º 1
0
 /**
  * In requests, the repository's SSH key.
  *
  * <p>In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual
  * value.
  *
  * @param sshKey In requests, the repository's SSH key.
  *     <p>In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual
  *     value.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Source withSshKey(String sshKey) {
   setSshKey(sshKey);
   return this;
 }