@Stability(value=Stable) public static final class CfnGeoMatchSet.Builder extends Object implements software.amazon.jsii.Builder<CfnGeoMatchSet>
CfnGeoMatchSet.| Modifier and Type | Method and Description |
|---|---|
CfnGeoMatchSet |
build() |
static CfnGeoMatchSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGeoMatchSet.Builder |
geoMatchConstraints(IResolvable geoMatchConstraints)
An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.
|
CfnGeoMatchSet.Builder |
geoMatchConstraints(List<? extends Object> geoMatchConstraints)
An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.
|
CfnGeoMatchSet.Builder |
name(String name)
A friendly name or description of the `GeoMatchSet` .
|
@Stability(value=Stable) public static CfnGeoMatchSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGeoMatchSet.GeoMatchConstraintProperty.Builder.@Stability(value=Stable) public CfnGeoMatchSet.Builder name(String name)
You can't change the name of an GeoMatchSet after you create it.
name - A friendly name or description of the `GeoMatchSet` . This parameter is required.this@Stability(value=Stable) public CfnGeoMatchSet.Builder geoMatchConstraints(IResolvable geoMatchConstraints)
geoMatchConstraints - An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for. This parameter is required.this@Stability(value=Stable) public CfnGeoMatchSet.Builder geoMatchConstraints(List<? extends Object> geoMatchConstraints)
geoMatchConstraints - An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for. This parameter is required.this@Stability(value=Stable) public CfnGeoMatchSet build()
build in interface software.amazon.jsii.Builder<CfnGeoMatchSet>Copyright © 2022. All rights reserved.