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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeetingNotificationConfiguration.BuildersnsTopicArn(String snsTopicArn)The SNS topic ARN.MeetingNotificationConfiguration.BuildersqsQueueArn(String sqsQueueArn)The SQS queue ARN.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-