Interface RegexPatternSetSummary.Builder

    • Method Detail

      • regexPatternSetId

        RegexPatternSetSummary.Builder regexPatternSetId​(String regexPatternSetId)

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

        RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.

        Parameters:
        regexPatternSetId - The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to get information about a RegexPatternSet, update a RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from AWS WAF.

        RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.

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

        RegexPatternSetSummary.Builder name​(String name)

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

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