Interface GeoMatchSet.Builder

    • Method Detail

      • name

        GeoMatchSet.Builder name​(String name)

        A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.

        Parameters:
        name - A friendly name or description of the GeoMatchSet. You can't change the name of an GeoMatchSet after you create it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • geoMatchConstraints

        GeoMatchSet.Builder geoMatchConstraints​(Collection<GeoMatchConstraint> geoMatchConstraints)

        An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.

        Parameters:
        geoMatchConstraints - An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • geoMatchConstraints

        GeoMatchSet.Builder geoMatchConstraints​(GeoMatchConstraint... geoMatchConstraints)

        An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.

        Parameters:
        geoMatchConstraints - An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.