Interface LambdaFunctionAggregationResponse.Builder

    • Method Detail

      • accountId

        LambdaFunctionAggregationResponse.Builder accountId​(String accountId)

        The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.

        Parameters:
        accountId - The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionName

        LambdaFunctionAggregationResponse.Builder functionName​(String functionName)

        The Amazon Web Services Lambda function names included in the aggregation results.

        Parameters:
        functionName - The Amazon Web Services Lambda function names included in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaTags

        LambdaFunctionAggregationResponse.Builder lambdaTags​(Map<String,​String> lambdaTags)

        The tags included in the aggregation results.

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

        LambdaFunctionAggregationResponse.Builder lastModifiedAt​(Instant lastModifiedAt)

        The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.

        Parameters:
        lastModifiedAt - The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        LambdaFunctionAggregationResponse.Builder resourceId​(String resourceId)

        The resource IDs included in the aggregation results.

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

        LambdaFunctionAggregationResponse.Builder runtime​(String runtime)

        The runtimes included in the aggregation results.

        Parameters:
        runtime - The runtimes included in the aggregation results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityCounts

        LambdaFunctionAggregationResponse.Builder severityCounts​(SeverityCounts severityCounts)
        Sets the value of the SeverityCounts property for this object.
        Parameters:
        severityCounts - The new value for the SeverityCounts property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.