Interface WebACLSummary.Builder

  • Method Details

    • webACLId

      WebACLSummary.Builder webACLId(String webACLId)

      A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

      WebACLId is returned by CreateWebACL and by ListWebACLs.

      Parameters:
      webACLId - A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

      WebACLId is returned by CreateWebACL and by ListWebACLs.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

      Parameters:
      name - A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.