public static interface VpcOutputSettings.Builder extends SdkPojo, CopyableBuilder<VpcOutputSettings.Builder,VpcOutputSettings>
| Modifier and Type | Method and Description |
|---|---|
VpcOutputSettings.Builder |
publicAddressAllocationIds(Collection<String> publicAddressAllocationIds)
List of public address allocation ids to associate with ENIs that will be created in Output VPC.
|
VpcOutputSettings.Builder |
publicAddressAllocationIds(String... publicAddressAllocationIds)
List of public address allocation ids to associate with ENIs that will be created in Output VPC.
|
VpcOutputSettings.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
|
VpcOutputSettings.Builder |
securityGroupIds(String... securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
|
VpcOutputSettings.Builder |
subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs from the same VPC.
|
VpcOutputSettings.Builder |
subnetIds(String... subnetIds)
A list of VPC subnet IDs from the same VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcOutputSettings.Builder publicAddressAllocationIds(Collection<String> publicAddressAllocationIds)
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 channelsVpcOutputSettings.Builder publicAddressAllocationIds(String... publicAddressAllocationIds)
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 channelsVpcOutputSettings.Builder securityGroupIds(Collection<String> securityGroupIds)
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 usedVpcOutputSettings.Builder securityGroupIds(String... securityGroupIds)
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 usedVpcOutputSettings.Builder subnetIds(Collection<String> subnetIds)
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).VpcOutputSettings.Builder subnetIds(String... subnetIds)
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).Copyright © 2022. All rights reserved.