Uses of Interface
software.amazon.awssdk.services.chimesdkmeetings.model.NotificationsConfiguration.Builder
-
Packages that use NotificationsConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of NotificationsConfiguration.Builder in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return NotificationsConfiguration.Builder Modifier and Type Method Description static NotificationsConfiguration.BuilderNotificationsConfiguration. builder()NotificationsConfiguration.BuilderNotificationsConfiguration.Builder. lambdaFunctionArn(String lambdaFunctionArn)The ARN of the Amazon Web Services Lambda function in the notifications configuration.NotificationsConfiguration.BuilderNotificationsConfiguration.Builder. snsTopicArn(String snsTopicArn)The ARN of the SNS topic.NotificationsConfiguration.BuilderNotificationsConfiguration.Builder. sqsQueueArn(String sqsQueueArn)The ARN of the SQS queue.NotificationsConfiguration.BuilderNotificationsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type NotificationsConfiguration.Builder Modifier and Type Method Description static Class<? extends NotificationsConfiguration.Builder>NotificationsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmeetings.model with type arguments of type NotificationsConfiguration.Builder Modifier and Type Method Description default CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)The configuration for resource targets to receive notifications when meeting and attendee events occur.default CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)The configuration for resource targets to receive notifications when meeting and attendee events occur.
-