Interface EventsConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EventsConfiguration.Builder,,EventsConfiguration> SdkBuilder<EventsConfiguration.Builder,,EventsConfiguration> SdkPojo
- Enclosing class:
 EventsConfiguration
public static interface EventsConfiguration.Builder
extends SdkPojo, CopyableBuilder<EventsConfiguration.Builder,EventsConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe bot ID.lambdaFunctionArn(String lambdaFunctionArn) Lambda function ARN that allows a bot to receive outgoing events.outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint) HTTPS endpoint that allows a bot to receive outgoing events.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
botId
The bot ID.
- Parameters:
 botId- The bot ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outboundEventsHTTPSEndpoint
HTTPS endpoint that allows a bot to receive outgoing events.
- Parameters:
 outboundEventsHTTPSEndpoint- HTTPS endpoint that allows a bot to receive outgoing events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lambdaFunctionArn
Lambda function ARN that allows a bot to receive outgoing events.
- Parameters:
 lambdaFunctionArn- Lambda function ARN that allows a bot to receive outgoing events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -