@Stability(value=Stable) public static final class CfnBotAlias.LambdaCodeHookProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBotAlias.LambdaCodeHookProperty>
CfnBotAlias.LambdaCodeHookProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBotAlias.LambdaCodeHookProperty |
build()
Builds the configured instance.
|
CfnBotAlias.LambdaCodeHookProperty.Builder |
codeHookInterfaceVersion(String codeHookInterfaceVersion)
Sets the value of
CfnBotAlias.LambdaCodeHookProperty.getCodeHookInterfaceVersion() |
CfnBotAlias.LambdaCodeHookProperty.Builder |
lambdaArn(String lambdaArn)
Sets the value of
CfnBotAlias.LambdaCodeHookProperty.getLambdaArn() |
@Stability(value=Stable) public CfnBotAlias.LambdaCodeHookProperty.Builder codeHookInterfaceVersion(String codeHookInterfaceVersion)
CfnBotAlias.LambdaCodeHookProperty.getCodeHookInterfaceVersion()codeHookInterfaceVersion - 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 CfnBotAlias.LambdaCodeHookProperty.Builder lambdaArn(String lambdaArn)
CfnBotAlias.LambdaCodeHookProperty.getLambdaArn()lambdaArn - The Amazon Resource Name (ARN) of the Lambda function. This parameter is required.this@Stability(value=Stable) public CfnBotAlias.LambdaCodeHookProperty build()
build in interface software.amazon.jsii.Builder<CfnBotAlias.LambdaCodeHookProperty>CfnBotAlias.LambdaCodeHookPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.