Modifier and Type | Method and Description |
---|---|
CfnIPSet |
build() |
static CfnIPSet.Builder |
create(Construct scope,
java.lang.String id) |
CfnIPSet.Builder |
ipSetDescriptors(IResolvable ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnIPSet.Builder |
ipSetDescriptors(java.util.List<? extends java.lang.Object> ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnIPSet.Builder |
name(java.lang.String name)
A friendly name or description of the `IPSet` .
|
public static CfnIPSet.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnIPSet.IPSetDescriptorProperty.Builder
.public CfnIPSet.Builder name(java.lang.String name)
You can't change the name of an IPSet
after you create it.
name
- A friendly name or description of the `IPSet` . This parameter is required.this
public CfnIPSet.Builder ipSetDescriptors(IResolvable ipSetDescriptors)
ipSetDescriptors
- The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from. This parameter is required.this
public CfnIPSet.Builder ipSetDescriptors(java.util.List<? extends java.lang.Object> ipSetDescriptors)
ipSetDescriptors
- The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from. This parameter is required.this
public CfnIPSet build()