Interface VpcConfig.Builder

    • Method Detail

      • subnetIds

        VpcConfig.Builder subnetIds​(Collection<String> subnetIds)

        The identifiers of the subnets that are associated with your Lambda function.

        Parameters:
        subnetIds - The identifiers of the subnets that are associated with your Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfig.Builder subnetIds​(String... subnetIds)

        The identifiers of the subnets that are associated with your Lambda function.

        Parameters:
        subnetIds - The identifiers of the subnets that are associated with your Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        VpcConfig.Builder vpcId​(String vpcId)

        The identifier of the Amazon Virtual Private Cloud.

        Parameters:
        vpcId - The identifier of the Amazon Virtual Private Cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        VpcConfig.Builder securityGroups​(Collection<SecurityGroup> securityGroups)

        The identifier of the security group attached to the Lambda function.

        Parameters:
        securityGroups - The identifier of the security group attached to the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        VpcConfig.Builder securityGroups​(SecurityGroup... securityGroups)

        The identifier of the security group attached to the Lambda function.

        Parameters:
        securityGroups - The identifier of the security group attached to the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.