@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.Builder |
addresses(List<String> addresses)
Sets the value of
CfnIPSetProps.getAddresses() |
CfnIPSetProps |
build()
Builds the configured instance.
|
CfnIPSetProps.Builder |
description(String description)
Sets the value of
CfnIPSetProps.getDescription() |
CfnIPSetProps.Builder |
ipAddressVersion(String ipAddressVersion)
Sets the value of
CfnIPSetProps.getIpAddressVersion() |
CfnIPSetProps.Builder |
name(String name)
Sets the value of
CfnIPSetProps.getName() |
CfnIPSetProps.Builder |
scope(String scope)
Sets the value of
CfnIPSetProps.getScope() |
CfnIPSetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnIPSetProps.getTags() |
@Stability(value=Stable) public CfnIPSetProps.Builder addresses(List<String> addresses)
CfnIPSetProps.getAddresses()addresses - `AWS::WAFv2::IPSet.Addresses`. This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder ipAddressVersion(String ipAddressVersion)
CfnIPSetProps.getIpAddressVersion()ipAddressVersion - `AWS::WAFv2::IPSet.IPAddressVersion`. This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder scope(String scope)
CfnIPSetProps.getScope()scope - `AWS::WAFv2::IPSet.Scope`. This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder description(String description)
CfnIPSetProps.getDescription()description - `AWS::WAFv2::IPSet.Description`.this@Stability(value=Stable) public CfnIPSetProps.Builder name(String name)
CfnIPSetProps.getName()name - `AWS::WAFv2::IPSet.Name`.this@Stability(value=Stable) public CfnIPSetProps.Builder tags(List<? extends CfnTag> tags)
CfnIPSetProps.getTags()tags - `AWS::WAFv2::IPSet.Tags`.this@Stability(value=Stable) public CfnIPSetProps build()
build in interface software.amazon.jsii.Builder<CfnIPSetProps>CfnIPSetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.