public static final class IotToLambdaProps.Builder extends Object implements software.amazon.jsii.Builder<IotToLambdaProps>
IotToLambdaProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IotToLambdaProps |
build()
Builds the configured instance.
|
IotToLambdaProps.Builder |
existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Sets the value of
IotToLambdaProps.getExistingLambdaObj() |
IotToLambdaProps.Builder |
iotTopicRuleProps(software.amazon.awscdk.services.iot.CfnTopicRuleProps iotTopicRuleProps)
Sets the value of
IotToLambdaProps.getIotTopicRuleProps() |
IotToLambdaProps.Builder |
lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Sets the value of
IotToLambdaProps.getLambdaFunctionProps() |
public IotToLambdaProps.Builder iotTopicRuleProps(software.amazon.awscdk.services.iot.CfnTopicRuleProps iotTopicRuleProps)
IotToLambdaProps.getIotTopicRuleProps()iotTopicRuleProps - User provided CfnTopicRuleProps to override the defaults. This parameter is required.thispublic IotToLambdaProps.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
IotToLambdaProps.getExistingLambdaObj()existingLambdaObj - Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.thispublic IotToLambdaProps.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
IotToLambdaProps.getLambdaFunctionProps()lambdaFunctionProps - User provided props to override the default props for the Lambda function.thispublic IotToLambdaProps build()
build in interface software.amazon.jsii.Builder<IotToLambdaProps>IotToLambdaPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.