Interface LambdaLayerAggregation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LambdaLayerAggregation.Builder,,- LambdaLayerAggregation> - SdkBuilder<LambdaLayerAggregation.Builder,,- LambdaLayerAggregation> - SdkPojo
- Enclosing class:
- LambdaLayerAggregation
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
functionNamesThe 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.
 
- 
functionNamesThe 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.
 
- 
functionNamesThe names of the Amazon Web Services Lambda functions associated with the layers. This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionNames(List<StringFilter>).- Parameters:
- functionNames- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceIdsThe 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.
 
- 
resourceIdsThe 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.
 
- 
resourceIdsThe resource IDs for the Amazon Web Services Lambda function layers. This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceIds(List<StringFilter>).- Parameters:
- resourceIds- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
layerArnsThe 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.
 
- 
layerArnsThe 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.
 
- 
layerArnsThe Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer. This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolayerArns(List<StringFilter>).- Parameters:
- layerArns- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe 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:
 
- 
sortOrderThe 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:
 
- 
sortByThe 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:
 
- 
sortByThe 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:
 
 
-