/**
  * The path for the server certificate. For more information about paths, see <a href=
  * "http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html" >IAM Identifiers</a>
  * in the <i>Using IAM</i> guide.
  *
  * <p>This parameter is optional. If it is not included, it defaults to a slash (/). <note> If you
  * are uploading a server certificate specifically for use with Amazon CloudFront distributions,
  * you must specify a path using the <code>--path</code> option. The path must begin with <code>
  * /cloudfront</code> and must include a trailing slash (for example, <code>/cloudfront/test/
  * </code>). </note>
  *
  * @param path The path for the server certificate. For more information about paths, see <a href=
  *     "http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html" >IAM
  *     Identifiers</a> in the <i>Using IAM</i> guide.
  *     <p>This parameter is optional. If it is not included, it defaults to a slash (/). <note> If
  *     you are uploading a server certificate specifically for use with Amazon CloudFront
  *     distributions, you must specify a path using the <code>--path</code> option. The path must
  *     begin with <code>/cloudfront</code> and must include a trailing slash (for example, <code>
  *     /cloudfront/test/</code>).
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public UploadServerCertificateRequest withPath(String path) {
   setPath(path);
   return this;
 }