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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventsConfiguration.BuilderbotId(String botId)The bot ID.EventsConfiguration.BuilderlambdaFunctionArn(String lambdaFunctionArn)Lambda function ARN that allows a bot to receive outgoing events.EventsConfiguration.BuilderoutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)HTTPS endpoint that allows a bot to receive outgoing events.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
EventsConfiguration.Builder botId(String 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
EventsConfiguration.Builder outboundEventsHTTPSEndpoint(String 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
EventsConfiguration.Builder lambdaFunctionArn(String 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.
-
-