public static interface NotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default NotificationConfiguration.Builder |
destinationConfig(Consumer<NotificationDestinationConfig.Builder> destinationConfig)
The destination information required to deliver a notification to a customer.
|
NotificationConfiguration.Builder |
destinationConfig(NotificationDestinationConfig destinationConfig)
The destination information required to deliver a notification to a customer.
|
NotificationConfiguration.Builder |
status(ConfigurationStatus status)
Indicates if a notification configuration is enabled or disabled.
|
NotificationConfiguration.Builder |
status(String status)
Indicates if a notification configuration is enabled or disabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationConfiguration.Builder status(String status)
Indicates if a notification configuration is enabled or disabled.
status - Indicates if a notification configuration is enabled or disabled.ConfigurationStatus,
ConfigurationStatusNotificationConfiguration.Builder status(ConfigurationStatus status)
Indicates if a notification configuration is enabled or disabled.
status - Indicates if a notification configuration is enabled or disabled.ConfigurationStatus,
ConfigurationStatusNotificationConfiguration.Builder destinationConfig(NotificationDestinationConfig destinationConfig)
The destination information required to deliver a notification to a customer.
destinationConfig - The destination information required to deliver a notification to a customer.default NotificationConfiguration.Builder destinationConfig(Consumer<NotificationDestinationConfig.Builder> destinationConfig)
The destination information required to deliver a notification to a customer.
This is a convenience method that creates an instance of theNotificationDestinationConfig.Builder
avoiding the need to create one manually via NotificationDestinationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to destinationConfig(NotificationDestinationConfig).
destinationConfig - a consumer that will call methods on NotificationDestinationConfig.BuilderdestinationConfig(NotificationDestinationConfig)Copyright © 2023. All rights reserved.