Interface LambdaFunction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaFunction.Builder,LambdaFunction>,SdkBuilder<LambdaFunction.Builder,LambdaFunction>,SdkPojo
- Enclosing class:
- LambdaFunction
public static interface LambdaFunction.Builder extends SdkPojo, CopyableBuilder<LambdaFunction.Builder,LambdaFunction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaFunction.Builderarn(String arn)The ARN of the Lambda function.-
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 Detail
-
arn
LambdaFunction.Builder arn(String arn)
The ARN of the Lambda function.
- Parameters:
arn- The ARN of the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-