| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutEventsConfigurationResponse> |
ChimeAsyncClient.putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
default PutEventsConfigurationResponse |
ChimeClient.putEventsConfiguration(Consumer<PutEventsConfigurationRequest.Builder> putEventsConfigurationRequest)
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.Builder.accountId(String accountId)
The Amazon Chime account ID.
|
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.Builder.botId(String botId)
The bot ID.
|
static PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.builder() |
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.Builder.lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
|
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.Builder.outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
|
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutEventsConfigurationRequest.Builder |
PutEventsConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutEventsConfigurationRequest.Builder> |
PutEventsConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.