Class RegexMatchSetArgs.Builder

  • Enclosing class:
    RegexMatchSetArgs

    public static final class RegexMatchSetArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public RegexMatchSetArgs.Builder name​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name or description of the Regex Match Set.
        Returns:
        builder
      • name

        public RegexMatchSetArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name or description of the Regex Match Set.
        Returns:
        builder
      • regexMatchTuples

        public RegexMatchSetArgs.Builder regexMatchTuples​(@Nullable
                                                          com.pulumi.core.Output<java.util.List<RegexMatchSetRegexMatchTupleArgs>> regexMatchTuples)
        Parameters:
        regexMatchTuples - The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.
        Returns:
        builder
      • regexMatchTuples

        public RegexMatchSetArgs.Builder regexMatchTuples​(java.util.List<RegexMatchSetRegexMatchTupleArgs> regexMatchTuples)
        Parameters:
        regexMatchTuples - The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.
        Returns:
        builder
      • regexMatchTuples

        public RegexMatchSetArgs.Builder regexMatchTuples​(RegexMatchSetRegexMatchTupleArgs... regexMatchTuples)
        Parameters:
        regexMatchTuples - The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. See below.
        Returns:
        builder