@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)
`AWS::WAFRegional::GeoMatchSet.GeoMatchConstraints`.
|
CfnGeoMatchSet.Builder |
geoMatchConstraints(List<? extends Object> geoMatchConstraints)
`AWS::WAFRegional::GeoMatchSet.GeoMatchConstraints`.
|
CfnGeoMatchSet.Builder |
name(String name)
`AWS::WAFRegional::GeoMatchSet.Name`.
|
@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)
name - `AWS::WAFRegional::GeoMatchSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnGeoMatchSet.Builder geoMatchConstraints(IResolvable geoMatchConstraints)
geoMatchConstraints - `AWS::WAFRegional::GeoMatchSet.GeoMatchConstraints`. This parameter is required.this@Stability(value=Stable) public CfnGeoMatchSet.Builder geoMatchConstraints(List<? extends Object> geoMatchConstraints)
geoMatchConstraints - `AWS::WAFRegional::GeoMatchSet.GeoMatchConstraints`. This parameter is required.this@Stability(value=Stable) public CfnGeoMatchSet build()
build in interface software.amazon.jsii.Builder<CfnGeoMatchSet>Copyright © 2021. All rights reserved.