Ejemplo n.º 1
0
 /**
  * When included in a request, the parameter depends on the repository type.
  *
  * <ul>
  *   <li>For Amazon S3 bundles, set <code>Password</code> to the appropriate IAM secret access
  *       key.
  *   <li>For HTTP bundles and Subversion repositories, set <code>Password</code> to the password.
  * </ul>
  *
  * <p>For more information on how to safely handle IAM credentials, see <a href=
  * "http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html" />.
  *
  * <p>In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual
  * value.
  *
  * @param password When included in a request, the parameter depends on the repository type.
  *     <ul>
  *       <li>For Amazon S3 bundles, set <code>Password</code> to the appropriate IAM secret access
  *           key.
  *       <li>For HTTP bundles and Subversion repositories, set <code>Password</code> to the
  *           password.
  *     </ul>
  *     <p>For more information on how to safely handle IAM credentials, see <a href=
  *     "http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html" />.
  *     <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 withPassword(String password) {
   setPassword(password);
   return this;
 }