@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 - List of public address allocation IDs to associate with ENIs that will be created in Output VPC.
Must specify one for SINGLE_PIPELINE, two for STANDARD channelsthis@Stability(value=Stable) public CfnChannel.VpcOutputSettingsProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnChannel.VpcOutputSettingsProperty.getSecurityGroupIds()securityGroupIds - A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
If none are specified then the VPC default security group will be usedthis@Stability(value=Stable) public CfnChannel.VpcOutputSettingsProperty.Builder subnetIds(List<String> subnetIds)
CfnChannel.VpcOutputSettingsProperty.getSubnetIds()subnetIds - A list of VPC subnet IDs from the same VPC.
If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).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 © 2022. All rights reserved.