public static interface InputVpcRequest.Builder extends SdkPojo, CopyableBuilder<InputVpcRequest.Builder,InputVpcRequest>
| Modifier and Type | Method and Description |
|---|---|
InputVpcRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
|
InputVpcRequest.Builder |
securityGroupIds(String... securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
|
InputVpcRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of 2 VPC subnet IDs from the same VPC.
|
InputVpcRequest.Builder |
subnetIds(String... subnetIds)
A list of 2 VPC subnet IDs from the same VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputVpcRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
securityGroupIds - A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces. Requires
subnetIds. If none are specified then the VPC default security group will be used.InputVpcRequest.Builder securityGroupIds(String... securityGroupIds)
securityGroupIds - A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces. Requires
subnetIds. If none are specified then the VPC default security group will be used.InputVpcRequest.Builder subnetIds(Collection<String> subnetIds)
subnetIds - A list of 2 VPC subnet IDs from the same VPC. Subnet IDs must be mapped to two unique availability
zones (AZ).InputVpcRequest.Builder subnetIds(String... subnetIds)
subnetIds - A list of 2 VPC subnet IDs from the same VPC. Subnet IDs must be mapped to two unique availability
zones (AZ).Copyright © 2022. All rights reserved.