Interface EventsConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EventsConfiguration.Builder,,- EventsConfiguration> - SdkBuilder<EventsConfiguration.Builder,,- EventsConfiguration> - SdkPojo
- Enclosing class:
- EventsConfiguration
@Mutable
@NotThreadSafe
public static interface EventsConfiguration.Builder
extends SdkPojo, CopyableBuilder<EventsConfiguration.Builder,EventsConfiguration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
botIdThe bot ID. - Parameters:
- botId- The bot ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outboundEventsHTTPSEndpointHTTPS 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.
 
- 
lambdaFunctionArnLambda 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.
 
 
-