| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationsConfiguration.Builder |
NotificationsConfiguration.builder() |
NotificationsConfiguration.Builder |
NotificationsConfiguration.Builder.lambdaFunctionArn(String lambdaFunctionArn)
The ARN of the AWS Lambda function in the notifications configuration.
|
NotificationsConfiguration.Builder |
NotificationsConfiguration.Builder.snsTopicArn(String snsTopicArn)
The ARN of the SNS topic.
|
NotificationsConfiguration.Builder |
NotificationsConfiguration.Builder.sqsQueueArn(String sqsQueueArn)
The ARN of the SQS queue.
|
NotificationsConfiguration.Builder |
NotificationsConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationsConfiguration.Builder> |
NotificationsConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
default CreateMeetingRequest.Builder |
CreateMeetingRequest.Builder.notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
Copyright © 2023. All rights reserved.