Class GeoMatchSetGeoMatchConstraintArgs.Builder

    • Method Detail

      • type

        public GeoMatchSetGeoMatchConstraintArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.
        Returns:
        builder
      • type

        public GeoMatchSetGeoMatchConstraintArgs.Builder type​(java.lang.String type)
        Parameters:
        type - The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.
        Returns:
        builder
      • value

        public GeoMatchSetGeoMatchConstraintArgs.Builder value​(com.pulumi.core.Output<java.lang.String> value)
        Parameters:
        value - The country that you want AWS WAF to search for. This is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.
        Returns:
        builder
      • value

        public GeoMatchSetGeoMatchConstraintArgs.Builder value​(java.lang.String value)
        Parameters:
        value - The country that you want AWS WAF to search for. This is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.
        Returns:
        builder