Class RegexMatchSetRegexMatchTupleFieldToMatchArgs.Builder

    • Method Detail

      • data

        public RegexMatchSetRegexMatchTupleFieldToMatchArgs.Builder data​(@Nullable
                                                                         com.pulumi.core.Output<java.lang.String> data)
        Parameters:
        data - When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`. If `type` is any other value, omit this field.
        Returns:
        builder
      • data

        public RegexMatchSetRegexMatchTupleFieldToMatchArgs.Builder data​(java.lang.String data)
        Parameters:
        data - When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`. If `type` is any other value, omit this field.
        Returns:
        builder
      • type

        public RegexMatchSetRegexMatchTupleFieldToMatchArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - The part of the web request that you want AWS WAF to search for a specified string. e.g., `HEADER`, `METHOD` or `BODY`. See [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html) for all supported values.
        Returns:
        builder
      • type

        public RegexMatchSetRegexMatchTupleFieldToMatchArgs.Builder type​(java.lang.String type)
        Parameters:
        type - The part of the web request that you want AWS WAF to search for a specified string. e.g., `HEADER`, `METHOD` or `BODY`. See [docs](http://docs.aws.amazon.com/waf/latest/APIReference/API_FieldToMatch.html) for all supported values.
        Returns:
        builder