public static interface EventsConfiguration.Builder extends SdkPojo, CopyableBuilder<EventsConfiguration.Builder,EventsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EventsConfiguration.Builder |
botId(String botId)
The bot ID.
|
EventsConfiguration.Builder |
lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows a bot to receive outgoing events.
|
EventsConfiguration.Builder |
outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows a bot to receive outgoing events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventsConfiguration.Builder botId(String botId)
The bot ID.
botId - The bot ID.EventsConfiguration.Builder outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows a bot to receive outgoing events.
outboundEventsHTTPSEndpoint - HTTPS endpoint that allows a bot to receive outgoing events.EventsConfiguration.Builder lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows a bot to receive outgoing events.
lambdaFunctionArn - Lambda function ARN that allows a bot to receive outgoing events.Copyright © 2023. All rights reserved.