@Stability(value=Stable) public static final class CfnIPSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIPSetProps>
CfnIPSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIPSetProps |
build()
Builds the configured instance.
|
CfnIPSetProps.Builder |
ipSetDescriptors(IResolvable ipSetDescriptors)
Sets the value of
CfnIPSetProps.getIpSetDescriptors() |
CfnIPSetProps.Builder |
ipSetDescriptors(List<? extends Object> ipSetDescriptors)
Sets the value of
CfnIPSetProps.getIpSetDescriptors() |
CfnIPSetProps.Builder |
name(String name)
Sets the value of
CfnIPSetProps.getName() |
@Stability(value=Stable) public CfnIPSetProps.Builder name(String name)
CfnIPSetProps.getName()name - The name of the `IPSet` . This parameter is required.
You can't change the name of an IPSet after you create it.this@Stability(value=Stable) public CfnIPSetProps.Builder ipSetDescriptors(IResolvable ipSetDescriptors)
CfnIPSetProps.getIpSetDescriptors()ipSetDescriptors - The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
If the WebACL is associated with an Amazon CloudFront distribution and the viewer did not use an HTTP proxy or a load balancer to send the request, this is the value of the c-ip field in the CloudFront access logs.this@Stability(value=Stable) public CfnIPSetProps.Builder ipSetDescriptors(List<? extends Object> ipSetDescriptors)
CfnIPSetProps.getIpSetDescriptors()ipSetDescriptors - The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
If the WebACL is associated with an Amazon CloudFront distribution and the viewer did not use an HTTP proxy or a load balancer to send the request, this is the value of the c-ip field in the CloudFront access logs.this@Stability(value=Stable) public CfnIPSetProps build()
build in interface software.amazon.jsii.Builder<CfnIPSetProps>CfnIPSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.