@Stability(value=Stable) public static final class CfnInputSecurityGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInputSecurityGroupProps>
CfnInputSecurityGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInputSecurityGroupProps |
build()
Builds the configured instance.
|
CfnInputSecurityGroupProps.Builder |
tags(Object tags)
Sets the value of
CfnInputSecurityGroupProps.getTags() |
CfnInputSecurityGroupProps.Builder |
whitelistRules(IResolvable whitelistRules)
Sets the value of
CfnInputSecurityGroupProps.getWhitelistRules() |
CfnInputSecurityGroupProps.Builder |
whitelistRules(List<? extends Object> whitelistRules)
Sets the value of
CfnInputSecurityGroupProps.getWhitelistRules() |
@Stability(value=Stable) public CfnInputSecurityGroupProps.Builder tags(Object tags)
CfnInputSecurityGroupProps.getTags()tags - A collection of tags for this input security group.
Each tag is a key-value pair.this@Stability(value=Stable) public CfnInputSecurityGroupProps.Builder whitelistRules(IResolvable whitelistRules)
CfnInputSecurityGroupProps.getWhitelistRules()whitelistRules - The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.this@Stability(value=Stable) public CfnInputSecurityGroupProps.Builder whitelistRules(List<? extends Object> whitelistRules)
CfnInputSecurityGroupProps.getWhitelistRules()whitelistRules - The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.this@Stability(value=Stable) public CfnInputSecurityGroupProps build()
build in interface software.amazon.jsii.Builder<CfnInputSecurityGroupProps>CfnInputSecurityGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.