public static interface LambdaVpcConfig.Builder extends SdkPojo, CopyableBuilder<LambdaVpcConfig.Builder,LambdaVpcConfig>
| Modifier and Type | Method and Description |
|---|---|
LambdaVpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security groups and subnets that are attached to an AWS Lambda function.
|
LambdaVpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security groups and subnets that are attached to an AWS Lambda function.
|
LambdaVpcConfig.Builder |
subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
LambdaVpcConfig.Builder |
subnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
LambdaVpcConfig.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The VPC security groups and subnets that are attached to an AWS Lambda function. For more information, see VPC Settings.
securityGroupIds - The VPC security groups and subnets that are attached to an AWS Lambda function. For more information,
see VPC Settings.LambdaVpcConfig.Builder securityGroupIds(String... securityGroupIds)
The VPC security groups and subnets that are attached to an AWS Lambda function. For more information, see VPC Settings.
securityGroupIds - The VPC security groups and subnets that are attached to an AWS Lambda function. For more information,
see VPC Settings.LambdaVpcConfig.Builder subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
subnetIds - A list of VPC subnet IDs.LambdaVpcConfig.Builder subnetIds(String... subnetIds)
A list of VPC subnet IDs.
subnetIds - A list of VPC subnet IDs.LambdaVpcConfig.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2023. All rights reserved.