public static interface LambdaConfiguration.Builder extends SdkPojo, CopyableBuilder<LambdaConfiguration.Builder,LambdaConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LambdaConfiguration.Builder |
lambdaArn(String lambdaArn)
The ARN of the Lambda function.
|
LambdaConfiguration.Builder |
roleArn(String roleArn)
The ARN of an IAM role that has permission to invoke the Lambda function.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaConfiguration.Builder roleArn(String roleArn)
The ARN of an IAM role that has permission to invoke the Lambda function.
roleArn - The ARN of an IAM role that has permission to invoke the Lambda function.LambdaConfiguration.Builder lambdaArn(String lambdaArn)
The ARN of the Lambda function.
lambdaArn - The ARN of the Lambda function.Copyright © 2023. All rights reserved.