Interface LambdaLayerAggregation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaLayerAggregation.Builder,
,LambdaLayerAggregation> SdkBuilder<LambdaLayerAggregation.Builder,
,LambdaLayerAggregation> SdkPojo
- Enclosing class:
LambdaLayerAggregation
-
Method Summary
Modifier and TypeMethodDescriptionfunctionNames
(Collection<StringFilter> functionNames) The names of the Amazon Web Services Lambda functions associated with the layers.functionNames
(Consumer<StringFilter.Builder>... functionNames) The names of the Amazon Web Services Lambda functions associated with the layers.functionNames
(StringFilter... functionNames) The names of the Amazon Web Services Lambda functions associated with the layers.layerArns
(Collection<StringFilter> layerArns) The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.layerArns
(Consumer<StringFilter.Builder>... layerArns) The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.layerArns
(StringFilter... layerArns) The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.resourceIds
(Collection<StringFilter> resourceIds) The resource IDs for the Amazon Web Services Lambda function layers.resourceIds
(Consumer<StringFilter.Builder>... resourceIds) The resource IDs for the Amazon Web Services Lambda function layers.resourceIds
(StringFilter... resourceIds) The resource IDs for the Amazon Web Services Lambda function layers.The finding severity to use for sorting the results.sortBy
(LambdaLayerSortBy sortBy) The finding severity to use for sorting the results.The order to use for sorting the results.The order to use for sorting the results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
functionNames
The names of the Amazon Web Services Lambda functions associated with the layers.
- Parameters:
functionNames
- The names of the Amazon Web Services Lambda functions associated with the layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionNames
The names of the Amazon Web Services Lambda functions associated with the layers.
- Parameters:
functionNames
- The names of the Amazon Web Services Lambda functions associated with the layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionNames
The names of the Amazon Web Services Lambda functions associated with the layers.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofunctionNames(List<StringFilter>)
.- Parameters:
functionNames
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layerArns
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
- Parameters:
layerArns
- The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerArns
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
- Parameters:
layerArns
- The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerArns
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolayerArns(List<StringFilter>)
.- Parameters:
layerArns
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceIds
The resource IDs for the Amazon Web Services Lambda function layers.
- Parameters:
resourceIds
- The resource IDs for the Amazon Web Services Lambda function layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The resource IDs for the Amazon Web Services Lambda function layers.
- Parameters:
resourceIds
- The resource IDs for the Amazon Web Services Lambda function layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
The resource IDs for the Amazon Web Services Lambda function layers.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceIds(List<StringFilter>)
.- Parameters:
resourceIds
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The finding severity to use for sorting the results.
- Parameters:
sortBy
- The finding severity to use for sorting the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The finding severity to use for sorting the results.
- Parameters:
sortBy
- The finding severity to use for sorting the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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:
-