Uses of Class
software.amazon.awscdk.services.ec2.CfnPrefixListProps.Builder
-
Uses of CfnPrefixListProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionCfnPrefixListProps.Builder.addressFamily
(String addressFamily) Sets the value ofCfnPrefixListProps.getAddressFamily()
static CfnPrefixListProps.Builder
CfnPrefixListProps.builder()
Sets the value ofCfnPrefixListProps.getEntries()
CfnPrefixListProps.Builder.entries
(IResolvable entries) Sets the value ofCfnPrefixListProps.getEntries()
CfnPrefixListProps.Builder.maxEntries
(Number maxEntries) Sets the value ofCfnPrefixListProps.getMaxEntries()
CfnPrefixListProps.Builder.prefixListName
(String prefixListName) Sets the value ofCfnPrefixListProps.getPrefixListName()
Sets the value ofCfnPrefixListProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPrefixListProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPrefixListProps.Builder
.