public static interface GeoMatchConstraint.Builder extends CopyableBuilder<GeoMatchConstraint.Builder,GeoMatchConstraint>
| Modifier and Type | Method and Description |
|---|---|
GeoMatchConstraint.Builder |
type(GeoMatchConstraintType type)
The type of geographical area you want AWS WAF to search for.
|
GeoMatchConstraint.Builder |
type(String type)
The type of geographical area you want AWS WAF to search for.
|
GeoMatchConstraint.Builder |
value(GeoMatchConstraintValue value)
The country that you want AWS WAF to search for.
|
GeoMatchConstraint.Builder |
value(String value)
The country that you want AWS WAF to search for.
|
copyapply, buildGeoMatchConstraint.Builder type(String type)
The type of geographical area you want AWS WAF to search for. Currently Country is the only
valid value.
type - The type of geographical area you want AWS WAF to search for. Currently Country is the
only valid value.GeoMatchConstraintType,
GeoMatchConstraintTypeGeoMatchConstraint.Builder type(GeoMatchConstraintType type)
The type of geographical area you want AWS WAF to search for. Currently Country is the only
valid value.
type - The type of geographical area you want AWS WAF to search for. Currently Country is the
only valid value.GeoMatchConstraintType,
GeoMatchConstraintTypeGeoMatchConstraint.Builder value(String value)
The country that you want AWS WAF to search for.
value - The country that you want AWS WAF to search for.GeoMatchConstraintValue,
GeoMatchConstraintValueGeoMatchConstraint.Builder value(GeoMatchConstraintValue value)
The country that you want AWS WAF to search for.
value - The country that you want AWS WAF to search for.GeoMatchConstraintValue,
GeoMatchConstraintValueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.