Interface LambdaFunctionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaFunctionMetadata.Builder,
,LambdaFunctionMetadata> SdkBuilder<LambdaFunctionMetadata.Builder,
,LambdaFunctionMetadata> SdkPojo
- Enclosing class:
LambdaFunctionMetadata
public static interface LambdaFunctionMetadata.Builder
extends SdkPojo, CopyableBuilder<LambdaFunctionMetadata.Builder,LambdaFunctionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionName
(String functionName) The name of a function.functionTags
(Map<String, String> functionTags) The resource tags on an Amazon Web Services Lambda function.The layers for an Amazon Web Services Lambda function.layers
(Collection<String> layers) The layers for an Amazon Web Services Lambda function.An Amazon Web Services Lambda function's runtime.An Amazon Web Services Lambda function's runtime.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, sdkFields
-
Method Details
-
functionName
The name of a function.
- Parameters:
functionName
- The name of a function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionTags
The resource tags on an Amazon Web Services Lambda function.
- Parameters:
functionTags
- The resource tags on an Amazon Web Services Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layers
The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.
- Parameters:
layers
- The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layers
The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.
- Parameters:
layers
- The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtime
An Amazon Web Services Lambda function's runtime.
- Parameters:
runtime
- An Amazon Web Services Lambda function's runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtime
An Amazon Web Services Lambda function's runtime.
- Parameters:
runtime
- An Amazon Web Services Lambda function's runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-