Interface RegexMatchSetSummary.Builder

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

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

    • 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

      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.