Interface MeetingNotificationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MeetingNotificationConfiguration.Builder,MeetingNotificationConfiguration>, SdkBuilder<MeetingNotificationConfiguration.Builder,MeetingNotificationConfiguration>, SdkPojo
Enclosing class:
MeetingNotificationConfiguration

public static interface MeetingNotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<MeetingNotificationConfiguration.Builder,MeetingNotificationConfiguration>
  • Method Details

    • 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

      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.