Interface XssMatchSetSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>, SdkBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>, SdkPojo
Enclosing class:
XssMatchSetSummary

public static interface XssMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>
  • Method Details

    • xssMatchSetId

      XssMatchSetSummary.Builder xssMatchSetId(String xssMatchSetId)

      A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

      XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

      Parameters:
      xssMatchSetId - A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

      XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

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

      The name of the XssMatchSet, if any, specified by Id.

      Parameters:
      name - The name of the XssMatchSet, if any, specified by Id.
      Returns:
      Returns a reference to this object so that method calls can be chained together.