public static interface SendNotificationActionDefinition.Builder extends SdkPojo, CopyableBuilder<SendNotificationActionDefinition.Builder,SendNotificationActionDefinition>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSendNotificationActionDefinition.Builder deliveryMethod(String deliveryMethod)
Notification delivery method.
deliveryMethod - Notification delivery method.NotificationDeliveryType,
NotificationDeliveryTypeSendNotificationActionDefinition.Builder deliveryMethod(NotificationDeliveryType deliveryMethod)
Notification delivery method.
deliveryMethod - Notification delivery method.NotificationDeliveryType,
NotificationDeliveryTypeSendNotificationActionDefinition.Builder subject(String subject)
The subject of the email if the delivery method is EMAIL. Supports variable injection. For more
information, see JSONPath
reference in the Amazon Connect Administrators Guide.
subject - The subject of the email if the delivery method is EMAIL. Supports variable injection.
For more information, see JSONPath reference in the Amazon Connect Administrators Guide.SendNotificationActionDefinition.Builder content(String content)
Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
content - Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.SendNotificationActionDefinition.Builder contentType(String contentType)
Content type format.
contentType - Content type format.NotificationContentType,
NotificationContentTypeSendNotificationActionDefinition.Builder contentType(NotificationContentType contentType)
Content type format.
contentType - Content type format.NotificationContentType,
NotificationContentTypeSendNotificationActionDefinition.Builder recipient(NotificationRecipientType recipient)
Notification recipient.
recipient - Notification recipient.default SendNotificationActionDefinition.Builder recipient(Consumer<NotificationRecipientType.Builder> recipient)
Notification recipient.
This is a convenience method that creates an instance of theNotificationRecipientType.Builder
avoiding the need to create one manually via NotificationRecipientType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to recipient(NotificationRecipientType).
recipient - a consumer that will call methods on NotificationRecipientType.Builderrecipient(NotificationRecipientType)Copyright © 2023. All rights reserved.