Interface LambdaVpcConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaVpcConfig.Builder,
,LambdaVpcConfig> SdkBuilder<LambdaVpcConfig.Builder,
,LambdaVpcConfig> SdkPojo
- Enclosing class:
LambdaVpcConfig
@Mutable
@NotThreadSafe
public static interface LambdaVpcConfig.Builder
extends SdkPojo, CopyableBuilder<LambdaVpcConfig.Builder,LambdaVpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds
(String... securityGroupIds) The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function.securityGroupIds
(Collection<String> securityGroupIds) The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function.A list of VPC subnet IDs.subnetIds
(Collection<String> subnetIds) A list of VPC subnet IDs.The ID of the VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
securityGroupIds
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.
- Parameters:
securityGroupIds
- The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.
- Parameters:
securityGroupIds
- The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see VPC Settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of VPC subnet IDs.
- Parameters:
subnetIds
- A list of VPC subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of VPC subnet IDs.
- Parameters:
subnetIds
- A list of VPC subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-