Interface RegexMatchSetSummary.Builder

    • Method Detail

      • regexMatchSetId

        RegexMatchSetSummary.Builder regexMatchSetId​(String regexMatchSetId)

        The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get information about a RegexMatchSet, update a RegexMatchSet, remove a RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.

        RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

        Parameters:
        regexMatchSetId - The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get information about a RegexMatchSet, update a RegexMatchSet, remove a RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF.

        RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

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

        RegexMatchSetSummary.Builder name​(String name)

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

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