LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.accountId(String accountId) |
The ID of the AWS account that owns the AWS Lambda function.
|
static LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.builder() |
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.functionName(String functionName) |
The AWS Lambda function names included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.lambdaTags(Map<String,String> lambdaTags) |
The tags included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.lastModifiedAt(Instant lastModifiedAt) |
The date that the AWS Lambda function included in the aggregation results was last changed.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.resourceId(String resourceId) |
The resource IDs included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.runtime(String runtime) |
The runtimes included in the aggregation results.
|
default LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts) |
Sets the value of the SeverityCounts property for this object.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts) |
Sets the value of the SeverityCounts property for this object.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.toBuilder() |
|