Interface LambdaVpcConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LambdaVpcConfig.Builder,LambdaVpcConfig>, SdkBuilder<LambdaVpcConfig.Builder,LambdaVpcConfig>, SdkPojo
Enclosing class:
LambdaVpcConfig

public static interface LambdaVpcConfig.Builder extends SdkPojo, CopyableBuilder<LambdaVpcConfig.Builder,LambdaVpcConfig>
  • Method Details

    • securityGroupIds

      LambdaVpcConfig.Builder securityGroupIds(Collection<String> 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

      LambdaVpcConfig.Builder securityGroupIds(String... 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

      LambdaVpcConfig.Builder subnetIds(Collection<String> 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

      LambdaVpcConfig.Builder subnetIds(String... 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.