@Stability(value=Stable) public static final class CfnBot.LambdaCodeHookProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.LambdaCodeHookProperty>
CfnBot.LambdaCodeHookProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.LambdaCodeHookProperty |
build()
Builds the configured instance.
|
CfnBot.LambdaCodeHookProperty.Builder |
codeHookInterfaceVersion(String codeHookInterfaceVersion)
Sets the value of
CfnBot.LambdaCodeHookProperty.getCodeHookInterfaceVersion() |
CfnBot.LambdaCodeHookProperty.Builder |
lambdaArn(String lambdaArn)
Sets the value of
CfnBot.LambdaCodeHookProperty.getLambdaArn() |
@Stability(value=Stable) public CfnBot.LambdaCodeHookProperty.Builder codeHookInterfaceVersion(String codeHookInterfaceVersion)
CfnBot.LambdaCodeHookProperty.getCodeHookInterfaceVersion()codeHookInterfaceVersion - Specifies the version of the request-response that you want Amazon Lex to use to invoke your Lambda function. This parameter is required.this@Stability(value=Stable) public CfnBot.LambdaCodeHookProperty.Builder lambdaArn(String lambdaArn)
CfnBot.LambdaCodeHookProperty.getLambdaArn()lambdaArn - Specifies the Amazon Resource Name (ARN) of the Lambda function. This parameter is required.this@Stability(value=Stable) public CfnBot.LambdaCodeHookProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.LambdaCodeHookProperty>CfnBot.LambdaCodeHookPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.