public static interface VpcConfigResponse.Builder extends SdkPojo, CopyableBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
VpcConfigResponse.Builder |
ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack)
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
|
VpcConfigResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs.
|
VpcConfigResponse.Builder |
securityGroupIds(String... securityGroupIds)
A list of VPC security group IDs.
|
VpcConfigResponse.Builder |
subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse.Builder |
subnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfigResponse.Builder subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
subnetIds - A list of VPC subnet IDs.VpcConfigResponse.Builder subnetIds(String... subnetIds)
A list of VPC subnet IDs.
subnetIds - A list of VPC subnet IDs.VpcConfigResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs.
securityGroupIds - A list of VPC security group IDs.VpcConfigResponse.Builder securityGroupIds(String... securityGroupIds)
A list of VPC security group IDs.
securityGroupIds - A list of VPC security group IDs.VpcConfigResponse.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.VpcConfigResponse.Builder ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack)
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
ipv6AllowedForDualStack - Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.Copyright © 2023. All rights reserved.