Class GeoMatchSetGeoMatchConstraintArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafregional.inputs.GeoMatchSetGeoMatchConstraintArgs.Builder
-
- Enclosing class:
- GeoMatchSetGeoMatchConstraintArgs
public static final class GeoMatchSetGeoMatchConstraintArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GeoMatchSetGeoMatchConstraintArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoMatchSetGeoMatchConstraintArgs
build()
GeoMatchSetGeoMatchConstraintArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
GeoMatchSetGeoMatchConstraintArgs.Builder
type(java.lang.String type)
GeoMatchSetGeoMatchConstraintArgs.Builder
value(com.pulumi.core.Output<java.lang.String> value)
GeoMatchSetGeoMatchConstraintArgs.Builder
value(java.lang.String value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GeoMatchSetGeoMatchConstraintArgs defaults)
-
-
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
-
build
public GeoMatchSetGeoMatchConstraintArgs build()
-
-