public static interface VpcConfig.Builder extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
| Modifier and Type | Method and Description |
|---|---|
VpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The ID number for a security group on an instance of your private VPC.
|
VpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The ID number for a security group on an instance of your private VPC.
|
VpcConfig.Builder |
subnets(Collection<String> subnets)
The ID for each subnet being used in your private VPC.
|
VpcConfig.Builder |
subnets(String... subnets)
The ID for each subnet being used in your private VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The ID number for a security group on an instance of your private VPC. Security groups on your VPC function serve as a virtual firewall to control inbound and outbound traffic and provides security for the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance: "sg-03b388029b0a285ea". For more information, see Security Groups for your VPC.
securityGroupIds - The ID number for a security group on an instance of your private VPC. Security groups on your VPC
function serve as a virtual firewall to control inbound and outbound traffic and provides security for
the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance:
"sg-03b388029b0a285ea". For more information, see Security Groups for
your VPC.VpcConfig.Builder securityGroupIds(String... securityGroupIds)
The ID number for a security group on an instance of your private VPC. Security groups on your VPC function serve as a virtual firewall to control inbound and outbound traffic and provides security for the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance: "sg-03b388029b0a285ea". For more information, see Security Groups for your VPC.
securityGroupIds - The ID number for a security group on an instance of your private VPC. Security groups on your VPC
function serve as a virtual firewall to control inbound and outbound traffic and provides security for
the resources that you’ll be accessing on the VPC. This ID number is preceded by "sg-", for instance:
"sg-03b388029b0a285ea". For more information, see Security Groups for
your VPC.VpcConfig.Builder subnets(Collection<String> subnets)
The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4 addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see VPCs and Subnets.
subnets - The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4
addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID
number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see
VPCs and Subnets.VpcConfig.Builder subnets(String... subnets)
The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4 addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see VPCs and Subnets.
subnets - The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4
addresses used by the VPC and is specific to a given availability zone in the VPC’s Region. This ID
number is preceded by "subnet-", for instance: "subnet-04ccf456919e69055". For more information, see
VPCs and Subnets.Copyright © 2023. All rights reserved.