| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
EventsConfiguration.Builder |
EventsConfiguration.Builder.botId(String botId)
The bot ID.
|
static EventsConfiguration.Builder |
EventsConfiguration.builder() |
EventsConfiguration.Builder |
EventsConfiguration.Builder.lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows a bot to receive outgoing events.
|
EventsConfiguration.Builder |
EventsConfiguration.Builder.outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows a bot to receive outgoing events.
|
EventsConfiguration.Builder |
EventsConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventsConfiguration.Builder> |
EventsConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutEventsConfigurationResponse.Builder |
PutEventsConfigurationResponse.Builder.eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
Sets the value of the EventsConfiguration property for this object.
|
default GetEventsConfigurationResponse.Builder |
GetEventsConfigurationResponse.Builder.eventsConfiguration(Consumer<EventsConfiguration.Builder> eventsConfiguration)
The events configuration details.
|
Copyright © 2022. All rights reserved.