Class CfnIPSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnIPSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPSetPropsMixin>
- Enclosing class:
CfnIPSetPropsMixin
@Stability(Stable)
public static final class CfnIPSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPSetPropsMixin>
A fluent builder for
CfnIPSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnIPSetPropsMixin.Buildercreate()static CfnIPSetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) ipSetDescriptors(List<? extends Object> ipSetDescriptors) The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.ipSetDescriptors(IResolvable ipSetDescriptors) The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.A friendly name or description of theIPSet.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIPSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIPSetPropsMixin.Builder.
-
ipSetDescriptors
The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.- Parameters:
ipSetDescriptors- The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from. This parameter is required.- Returns:
this- See Also:
-
ipSetDescriptors
@Stability(Stable) public CfnIPSetPropsMixin.Builder ipSetDescriptors(List<? extends Object> ipSetDescriptors) The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.- Parameters:
ipSetDescriptors- The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from. This parameter is required.- Returns:
this- See Also:
-
name
A friendly name or description of theIPSet.You can't change the name of an
IPSetafter you create it.- Parameters:
name- A friendly name or description of theIPSet. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIPSetPropsMixin>- Returns:
- a newly built instance of
CfnIPSetPropsMixin.
-