Interface LambdaFunctionAggregation.Builder

    • Method Detail

      • functionNames

        LambdaFunctionAggregation.Builder functionNames​(Collection<StringFilter> functionNames)

        The AWS Lambda function names to include in the aggregation results.

        Parameters:
        functionNames - The AWS Lambda function names to include in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionNames

        LambdaFunctionAggregation.Builder functionNames​(StringFilter... functionNames)

        The AWS Lambda function names to include in the aggregation results.

        Parameters:
        functionNames - The AWS Lambda function names to include in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionTags

        LambdaFunctionAggregation.Builder functionTags​(Collection<MapFilter> functionTags)

        The tags to include in the aggregation results.

        Parameters:
        functionTags - The tags to include in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionTags

        LambdaFunctionAggregation.Builder functionTags​(MapFilter... functionTags)

        The tags to include in the aggregation results.

        Parameters:
        functionTags - The tags to include in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        LambdaFunctionAggregation.Builder resourceIds​(Collection<StringFilter> resourceIds)

        The resource IDs to include in the aggregation results.

        Parameters:
        resourceIds - The resource IDs to include in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        LambdaFunctionAggregation.Builder resourceIds​(StringFilter... resourceIds)

        The resource IDs to include in the aggregation results.

        Parameters:
        resourceIds - The resource IDs to include in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtimes

        LambdaFunctionAggregation.Builder runtimes​(Collection<StringFilter> runtimes)

        Returns findings aggregated by AWS Lambda function runtime environments.

        Parameters:
        runtimes - Returns findings aggregated by AWS Lambda function runtime environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtimes

        LambdaFunctionAggregation.Builder runtimes​(StringFilter... runtimes)

        Returns findings aggregated by AWS Lambda function runtime environments.

        Parameters:
        runtimes - Returns findings aggregated by AWS Lambda function runtime environments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        LambdaFunctionAggregation.Builder sortOrder​(String sortOrder)

        The order to use for sorting the results.

        Parameters:
        sortOrder - The order to use for sorting the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        LambdaFunctionAggregation.Builder sortOrder​(SortOrder sortOrder)

        The order to use for sorting the results.

        Parameters:
        sortOrder - The order to use for sorting the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder