Interface GeoMatchConstraint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeoMatchConstraint.Builder,
,GeoMatchConstraint> SdkBuilder<GeoMatchConstraint.Builder,
,GeoMatchConstraint> SdkPojo
- Enclosing class:
GeoMatchConstraint
public static interface GeoMatchConstraint.Builder
extends SdkPojo, CopyableBuilder<GeoMatchConstraint.Builder,GeoMatchConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of geographical area you want AWS WAF to search for.type
(GeoMatchConstraintType type) The type of geographical area you want AWS WAF to search for.The country that you want AWS WAF to search for.value
(GeoMatchConstraintValue value) The country that you want AWS WAF to search for.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
The type of geographical area you want AWS WAF to search for. Currently
Country
is the only valid value.- Parameters:
type
- The type of geographical area you want AWS WAF to search for. CurrentlyCountry
is the only valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of geographical area you want AWS WAF to search for. Currently
Country
is the only valid value.- Parameters:
type
- The type of geographical area you want AWS WAF to search for. CurrentlyCountry
is the only valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The country that you want AWS WAF to search for.
- Parameters:
value
- 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.
- See Also:
-
value
The country that you want AWS WAF to search for.
- Parameters:
value
- 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.
- See Also:
-