@Stability(value=Stable) public static final class CfnPrefixList.EntryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPrefixList.EntryProperty>
CfnPrefixList.EntryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPrefixList.EntryProperty |
build()
Builds the configured instance.
|
CfnPrefixList.EntryProperty.Builder |
cidr(String cidr)
Sets the value of
CfnPrefixList.EntryProperty.getCidr() |
CfnPrefixList.EntryProperty.Builder |
description(String description)
Sets the value of
CfnPrefixList.EntryProperty.getDescription() |
@Stability(value=Stable) public CfnPrefixList.EntryProperty.Builder cidr(String cidr)
CfnPrefixList.EntryProperty.getCidr()cidr - The CIDR block. This parameter is required.this@Stability(value=Stable) public CfnPrefixList.EntryProperty.Builder description(String description)
CfnPrefixList.EntryProperty.getDescription()description - A description for the entry.
Constraints: Up to 255 characters in length.this@Stability(value=Stable) public CfnPrefixList.EntryProperty build()
build in interface software.amazon.jsii.Builder<CfnPrefixList.EntryProperty>CfnPrefixList.EntryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.