Interface AwsLambdaFunctionVpcConfig.Builder

  • Method Details

    • securityGroupIds

      AwsLambdaFunctionVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      A list of VPC security groups IDs.

      Parameters:
      securityGroupIds - A list of VPC security groups IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      AwsLambdaFunctionVpcConfig.Builder securityGroupIds(String... securityGroupIds)

      A list of VPC security groups IDs.

      Parameters:
      securityGroupIds - A list of VPC security groups 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.
    • subnetIds

      AwsLambdaFunctionVpcConfig.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.