Interface MeetingNotificationConfiguration.Builder

    • Method Detail

      • snsTopicArn

        MeetingNotificationConfiguration.Builder snsTopicArn​(String snsTopicArn)

        The SNS topic ARN.

        Parameters:
        snsTopicArn - The SNS topic ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sqsQueueArn

        MeetingNotificationConfiguration.Builder sqsQueueArn​(String sqsQueueArn)

        The SQS queue ARN.

        Parameters:
        sqsQueueArn - The SQS queue ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.