Interface LambdaConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LambdaConfiguration.Builder,,LambdaConfiguration> SdkBuilder<LambdaConfiguration.Builder,,LambdaConfiguration> SdkPojo
- Enclosing class:
 LambdaConfiguration
public static interface LambdaConfiguration.Builder
extends SdkPojo, CopyableBuilder<LambdaConfiguration.Builder,LambdaConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Lambda function.The ARN of an IAM role that has permission to invoke the Lambda function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
roleArn
The ARN of an IAM role that has permission to invoke the Lambda function.
- Parameters:
 roleArn- The ARN of an IAM role that has permission to invoke the Lambda function.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lambdaArn
The ARN of the Lambda function.
- Parameters:
 lambdaArn- The ARN of the Lambda function.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -