@Stability(value=Stable) public static final class CfnBot.CodeHookSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.CodeHookSpecificationProperty>
CfnBot.CodeHookSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.CodeHookSpecificationProperty |
build()
Builds the configured instance.
|
CfnBot.CodeHookSpecificationProperty.Builder |
lambdaCodeHook(CfnBot.LambdaCodeHookProperty lambdaCodeHook)
Sets the value of
CfnBot.CodeHookSpecificationProperty.getLambdaCodeHook() |
CfnBot.CodeHookSpecificationProperty.Builder |
lambdaCodeHook(IResolvable lambdaCodeHook)
Sets the value of
CfnBot.CodeHookSpecificationProperty.getLambdaCodeHook() |
@Stability(value=Stable) public CfnBot.CodeHookSpecificationProperty.Builder lambdaCodeHook(CfnBot.LambdaCodeHookProperty lambdaCodeHook)
CfnBot.CodeHookSpecificationProperty.getLambdaCodeHook()lambdaCodeHook - Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot. This parameter is required.this@Stability(value=Stable) public CfnBot.CodeHookSpecificationProperty.Builder lambdaCodeHook(IResolvable lambdaCodeHook)
CfnBot.CodeHookSpecificationProperty.getLambdaCodeHook()lambdaCodeHook - Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot. This parameter is required.this@Stability(value=Stable) public CfnBot.CodeHookSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.CodeHookSpecificationProperty>CfnBot.CodeHookSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.