@Stability(value=Stable) public static final class CfnChannel.VpcOutputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.VpcOutputSettingsProperty>
CfnChannel.VpcOutputSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.VpcOutputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.VpcOutputSettingsProperty.Builder |
publicAddressAllocationIds(List<String> publicAddressAllocationIds)
Sets the value of
CfnChannel.VpcOutputSettingsProperty.getPublicAddressAllocationIds() |
CfnChannel.VpcOutputSettingsProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnChannel.VpcOutputSettingsProperty.getSecurityGroupIds() |
CfnChannel.VpcOutputSettingsProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnChannel.VpcOutputSettingsProperty.getSubnetIds() |
@Stability(value=Stable) public CfnChannel.VpcOutputSettingsProperty.Builder publicAddressAllocationIds(List<String> publicAddressAllocationIds)
CfnChannel.VpcOutputSettingsProperty.getPublicAddressAllocationIds()publicAddressAllocationIds - `CfnChannel.VpcOutputSettingsProperty.PublicAddressAllocationIds`.this@Stability(value=Stable) public CfnChannel.VpcOutputSettingsProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnChannel.VpcOutputSettingsProperty.getSecurityGroupIds()securityGroupIds - `CfnChannel.VpcOutputSettingsProperty.SecurityGroupIds`.this@Stability(value=Stable) public CfnChannel.VpcOutputSettingsProperty.Builder subnetIds(List<String> subnetIds)
CfnChannel.VpcOutputSettingsProperty.getSubnetIds()subnetIds - `CfnChannel.VpcOutputSettingsProperty.SubnetIds`.this@Stability(value=Stable) public CfnChannel.VpcOutputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.VpcOutputSettingsProperty>CfnChannel.VpcOutputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.