public static final class CfnChannel.VpcOutputSettingsProperty.Builder
extends java.lang.Object
CfnChannel.VpcOutputSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.VpcOutputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.VpcOutputSettingsProperty.Builder |
publicAddressAllocationIds(java.util.List<java.lang.String> publicAddressAllocationIds)
Sets the value of
CfnChannel.VpcOutputSettingsProperty.getPublicAddressAllocationIds() |
CfnChannel.VpcOutputSettingsProperty.Builder |
securityGroupIds(java.util.List<java.lang.String> securityGroupIds)
Sets the value of
CfnChannel.VpcOutputSettingsProperty.getSecurityGroupIds() |
CfnChannel.VpcOutputSettingsProperty.Builder |
subnetIds(java.util.List<java.lang.String> subnetIds)
Sets the value of
CfnChannel.VpcOutputSettingsProperty.getSubnetIds() |
public CfnChannel.VpcOutputSettingsProperty.Builder publicAddressAllocationIds(java.util.List<java.lang.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
public CfnChannel.VpcOutputSettingsProperty.Builder securityGroupIds(java.util.List<java.lang.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
public CfnChannel.VpcOutputSettingsProperty.Builder subnetIds(java.util.List<java.lang.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
public CfnChannel.VpcOutputSettingsProperty build()
CfnChannel.VpcOutputSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided