@Stability(value=Stable) public static final class CfnGeoMatchSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGeoMatchSetProps>
CfnGeoMatchSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGeoMatchSetProps |
build()
Builds the configured instance.
|
CfnGeoMatchSetProps.Builder |
geoMatchConstraints(IResolvable geoMatchConstraints)
Sets the value of
CfnGeoMatchSetProps.getGeoMatchConstraints() |
CfnGeoMatchSetProps.Builder |
geoMatchConstraints(List<? extends Object> geoMatchConstraints)
Sets the value of
CfnGeoMatchSetProps.getGeoMatchConstraints() |
CfnGeoMatchSetProps.Builder |
name(String name)
Sets the value of
CfnGeoMatchSetProps.getName() |
@Stability(value=Stable) public CfnGeoMatchSetProps.Builder name(String name)
CfnGeoMatchSetProps.getName()name - A friendly name or description of the `GeoMatchSet` . This parameter is required.
You can't change the name of an GeoMatchSet after you create it.this@Stability(value=Stable) public CfnGeoMatchSetProps.Builder geoMatchConstraints(IResolvable geoMatchConstraints)
CfnGeoMatchSetProps.getGeoMatchConstraints()geoMatchConstraints - An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.this@Stability(value=Stable) public CfnGeoMatchSetProps.Builder geoMatchConstraints(List<? extends Object> geoMatchConstraints)
CfnGeoMatchSetProps.getGeoMatchConstraints()geoMatchConstraints - An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.this@Stability(value=Stable) public CfnGeoMatchSetProps build()
build in interface software.amazon.jsii.Builder<CfnGeoMatchSetProps>CfnGeoMatchSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.