Uses of Interface
software.amazon.awssdk.services.chime.model.EventsConfiguration.Builder
-
Packages that use EventsConfiguration.Builder Package Description software.amazon.awssdk.services.chime.model -
-
Uses of EventsConfiguration.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return EventsConfiguration.Builder Modifier and Type Method Description EventsConfiguration.BuilderEventsConfiguration.Builder. botId(String botId)The bot ID.static EventsConfiguration.BuilderEventsConfiguration. builder()EventsConfiguration.BuilderEventsConfiguration.Builder. lambdaFunctionArn(String lambdaFunctionArn)Lambda function ARN that allows a bot to receive outgoing events.EventsConfiguration.BuilderEventsConfiguration.Builder. outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)HTTPS endpoint that allows a bot to receive outgoing events.EventsConfiguration.BuilderEventsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type EventsConfiguration.Builder Modifier and Type Method Description static Class<? extends EventsConfiguration.Builder>EventsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type EventsConfiguration.Builder Modifier and Type Method Description default GetEventsConfigurationResponse.BuilderGetEventsConfigurationResponse.Builder. eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)The events configuration details.default PutEventsConfigurationResponse.BuilderPutEventsConfigurationResponse.Builder. eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)The configuration that allows a bot to receive outgoing events.
-