Interface RegexPatternSetSummary.Builder

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

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

    • 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

      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.