public static interface LambdaFunctionAggregation.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionAggregation.Builder,LambdaFunctionAggregation>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAggregation.Builder |
functionNames(Collection<StringFilter> functionNames)
The AWS Lambda function names to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
functionNames(Consumer<StringFilter.Builder>... functionNames)
The AWS Lambda function names to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
functionNames(StringFilter... functionNames)
The AWS Lambda function names to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
functionTags(Collection<MapFilter> functionTags)
The tags to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
functionTags(Consumer<MapFilter.Builder>... functionTags)
The tags to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
functionTags(MapFilter... functionTags)
The tags to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
resourceIds(Collection<StringFilter> resourceIds)
The resource IDs to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
resourceIds(Consumer<StringFilter.Builder>... resourceIds)
The resource IDs to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
resourceIds(StringFilter... resourceIds)
The resource IDs to include in the aggregation results.
|
LambdaFunctionAggregation.Builder |
runtimes(Collection<StringFilter> runtimes)
Returns findings aggregated by AWS Lambda function runtime environments.
|
LambdaFunctionAggregation.Builder |
runtimes(Consumer<StringFilter.Builder>... runtimes)
Returns findings aggregated by AWS Lambda function runtime environments.
|
LambdaFunctionAggregation.Builder |
runtimes(StringFilter... runtimes)
Returns findings aggregated by AWS Lambda function runtime environments.
|
LambdaFunctionAggregation.Builder |
sortBy(LambdaFunctionSortBy sortBy)
The finding severity to use for sorting the results.
|
LambdaFunctionAggregation.Builder |
sortBy(String sortBy)
The finding severity to use for sorting the results.
|
LambdaFunctionAggregation.Builder |
sortOrder(SortOrder sortOrder)
The order to use for sorting the results.
|
LambdaFunctionAggregation.Builder |
sortOrder(String sortOrder)
The order to use for sorting the results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaFunctionAggregation.Builder functionNames(Collection<StringFilter> functionNames)
The AWS Lambda function names to include in the aggregation results.
functionNames - The AWS Lambda function names to include in the aggregation results.LambdaFunctionAggregation.Builder functionNames(StringFilter... functionNames)
The AWS Lambda function names to include in the aggregation results.
functionNames - The AWS Lambda function names to include in the aggregation results.LambdaFunctionAggregation.Builder functionNames(Consumer<StringFilter.Builder>... functionNames)
The AWS Lambda function names to include in the aggregation results.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #functionNames(List.
functionNames - a consumer that will call methods on
StringFilter.Builder#functionNames(java.util.Collection) LambdaFunctionAggregation.Builder functionTags(Collection<MapFilter> functionTags)
The tags to include in the aggregation results.
functionTags - The tags to include in the aggregation results.LambdaFunctionAggregation.Builder functionTags(MapFilter... functionTags)
The tags to include in the aggregation results.
functionTags - The tags to include in the aggregation results.LambdaFunctionAggregation.Builder functionTags(Consumer<MapFilter.Builder>... functionTags)
The tags to include in the aggregation results.
This is a convenience method that creates an instance of theMapFilter.Builder avoiding the need to create one
manually via MapFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #functionTags(List.
functionTags - a consumer that will call methods on
MapFilter.Builder#functionTags(java.util.Collection) LambdaFunctionAggregation.Builder resourceIds(Collection<StringFilter> resourceIds)
The resource IDs to include in the aggregation results.
resourceIds - The resource IDs to include in the aggregation results.LambdaFunctionAggregation.Builder resourceIds(StringFilter... resourceIds)
The resource IDs to include in the aggregation results.
resourceIds - The resource IDs to include in the aggregation results.LambdaFunctionAggregation.Builder resourceIds(Consumer<StringFilter.Builder>... resourceIds)
The resource IDs to include in the aggregation results.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceIds(List.
resourceIds - a consumer that will call methods on
StringFilter.Builder#resourceIds(java.util.Collection) LambdaFunctionAggregation.Builder runtimes(Collection<StringFilter> runtimes)
Returns findings aggregated by AWS Lambda function runtime environments.
runtimes - Returns findings aggregated by AWS Lambda function runtime environments.LambdaFunctionAggregation.Builder runtimes(StringFilter... runtimes)
Returns findings aggregated by AWS Lambda function runtime environments.
runtimes - Returns findings aggregated by AWS Lambda function runtime environments.LambdaFunctionAggregation.Builder runtimes(Consumer<StringFilter.Builder>... runtimes)
Returns findings aggregated by AWS Lambda function runtime environments.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #runtimes(List.
runtimes - a consumer that will call methods on
StringFilter.Builder#runtimes(java.util.Collection) LambdaFunctionAggregation.Builder sortBy(String sortBy)
The finding severity to use for sorting the results.
sortBy - The finding severity to use for sorting the results.LambdaFunctionSortBy,
LambdaFunctionSortByLambdaFunctionAggregation.Builder sortBy(LambdaFunctionSortBy sortBy)
The finding severity to use for sorting the results.
sortBy - The finding severity to use for sorting the results.LambdaFunctionSortBy,
LambdaFunctionSortByLambdaFunctionAggregation.Builder sortOrder(String sortOrder)
The order to use for sorting the results.
LambdaFunctionAggregation.Builder sortOrder(SortOrder sortOrder)
The order to use for sorting the results.
Copyright © 2023. All rights reserved.