public static interface LambdaFunctionAggregationResponse.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionAggregationResponse.Builder,LambdaFunctionAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAggregationResponse.Builder |
accountId(String accountId)
The ID of the AWS account that owns the AWS Lambda function.
|
LambdaFunctionAggregationResponse.Builder |
functionName(String functionName)
The AWS Lambda function names included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
lambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
lastModifiedAt(Instant lastModifiedAt)
The date that the AWS Lambda function included in the aggregation results was last changed.
|
LambdaFunctionAggregationResponse.Builder |
resourceId(String resourceId)
The resource IDs included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
runtime(String runtime)
The runtimes included in the aggregation results.
|
default LambdaFunctionAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Sets the value of the SeverityCounts property for this object.
|
LambdaFunctionAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
Sets the value of the SeverityCounts property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaFunctionAggregationResponse.Builder accountId(String accountId)
The ID of the AWS account that owns the AWS Lambda function.
accountId - The ID of the AWS account that owns the AWS Lambda function.LambdaFunctionAggregationResponse.Builder functionName(String functionName)
The AWS Lambda function names included in the aggregation results.
functionName - The AWS Lambda function names included in the aggregation results.LambdaFunctionAggregationResponse.Builder lambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
lambdaTags - The tags included in the aggregation results.LambdaFunctionAggregationResponse.Builder lastModifiedAt(Instant lastModifiedAt)
The date that the AWS Lambda function included in the aggregation results was last changed.
lastModifiedAt - The date that the AWS Lambda function included in the aggregation results was last changed.LambdaFunctionAggregationResponse.Builder resourceId(String resourceId)
The resource IDs included in the aggregation results.
resourceId - The resource IDs included in the aggregation results.LambdaFunctionAggregationResponse.Builder runtime(String runtime)
The runtimes included in the aggregation results.
runtime - The runtimes included in the aggregation results.LambdaFunctionAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
severityCounts - The new value for the SeverityCounts property for this object.default LambdaFunctionAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
SeverityCounts.Builder avoiding the need
to create one manually via SeverityCounts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to severityCounts(SeverityCounts).
severityCounts - a consumer that will call methods on SeverityCounts.BuilderseverityCounts(SeverityCounts)Copyright © 2023. All rights reserved.