@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 - A friendly name or description 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.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.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.