@Stability(value=Stable) public static final class CfnPrefixList.Builder extends Object implements software.amazon.jsii.Builder<CfnPrefixList>
CfnPrefixList.| Modifier and Type | Method and Description |
|---|---|
CfnPrefixList.Builder |
addressFamily(String addressFamily)
The IP address type.
|
CfnPrefixList |
build() |
static CfnPrefixList.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPrefixList.Builder |
entries(IResolvable entries)
One or more entries for the prefix list.
|
CfnPrefixList.Builder |
entries(List<? extends Object> entries)
One or more entries for the prefix list.
|
CfnPrefixList.Builder |
maxEntries(Number maxEntries)
The maximum number of entries for the prefix list.
|
CfnPrefixList.Builder |
prefixListName(String prefixListName)
A name for the prefix list.
|
CfnPrefixList.Builder |
tags(List<? extends CfnTag> tags)
The tags for the prefix list.
|
@Stability(value=Stable) public static CfnPrefixList.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPrefixList.EntryProperty.Builder.@Stability(value=Stable) public CfnPrefixList.Builder addressFamily(String addressFamily)
Valid Values: IPv4 | IPv6
addressFamily - The IP address type. This parameter is required.this@Stability(value=Stable) public CfnPrefixList.Builder maxEntries(Number maxEntries)
maxEntries - The maximum number of entries for the prefix list. This parameter is required.this@Stability(value=Stable) public CfnPrefixList.Builder prefixListName(String prefixListName)
Constraints: Up to 255 characters in length. The name cannot start with com.amazonaws .
prefixListName - A name for the prefix list. This parameter is required.this@Stability(value=Stable) public CfnPrefixList.Builder entries(IResolvable entries)
entries - One or more entries for the prefix list. This parameter is required.this@Stability(value=Stable) public CfnPrefixList.Builder entries(List<? extends Object> entries)
entries - One or more entries for the prefix list. This parameter is required.this@Stability(value=Stable) public CfnPrefixList.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the prefix list. This parameter is required.this@Stability(value=Stable) public CfnPrefixList build()
build in interface software.amazon.jsii.Builder<CfnPrefixList>Copyright © 2022. All rights reserved.