Interface LambdaConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LambdaConfiguration.Builder,,- LambdaConfiguration> - SdkBuilder<LambdaConfiguration.Builder,,- LambdaConfiguration> - SdkPojo
- Enclosing class:
- LambdaConfiguration
@Mutable
@NotThreadSafe
public static interface LambdaConfiguration.Builder
extends SdkPojo, CopyableBuilder<LambdaConfiguration.Builder,LambdaConfiguration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
roleArnThe 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.
 
- 
lambdaArnThe 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.
 
 
-