@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(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(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.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-name@Stability(value=Stable) public CfnGeoMatchSet.Builder geoMatchConstraints(IResolvable geoMatchConstraints)
geoMatchConstraints - `AWS::WAFRegional::GeoMatchSet.GeoMatchConstraints`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-geomatchconstraints@Stability(value=Stable) public CfnGeoMatchSet.Builder geoMatchConstraints(List<? extends Object> geoMatchConstraints)
geoMatchConstraints - `AWS::WAFRegional::GeoMatchSet.GeoMatchConstraints`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-geomatchset.html#cfn-wafregional-geomatchset-geomatchconstraints@Stability(value=Stable) public CfnGeoMatchSet build()
build in interface software.amazon.jsii.Builder<CfnGeoMatchSet>Copyright © 2020. All rights reserved.