| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaConfiguration.Builder |
LambdaConfiguration.builder() |
LambdaConfiguration.Builder |
LambdaConfiguration.Builder.lambdaArn(String lambdaArn)
The ARN of the Lambda function.
|
LambdaConfiguration.Builder |
LambdaConfiguration.Builder.roleArn(String roleArn)
The ARN of an IAM role that has permission to invoke the Lambda function.
|
LambdaConfiguration.Builder |
LambdaConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaConfiguration.Builder> |
LambdaConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.lambdaConfiguration(Consumer<LambdaConfiguration.Builder> lambdaConfiguration)
A configuration for an AWS Lambda channel.
|
Copyright © 2023. All rights reserved.