public static interface NotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default NotificationConfiguration.Builder |
httpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
|
NotificationConfiguration.Builder |
httpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
|
default NotificationConfiguration.Builder |
sqsNotificationConfiguration(Consumer<SqsNotificationConfiguration.Builder> sqsNotificationConfiguration)
The configurations for SQS subscriber notification.
|
NotificationConfiguration.Builder |
sqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)
The configurations for SQS subscriber notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationConfiguration.Builder httpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
httpsNotificationConfiguration - The configurations for HTTPS subscriber notification.default NotificationConfiguration.Builder httpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
This is a convenience method that creates an instance of theHttpsNotificationConfiguration.Builder
avoiding the need to create one manually via HttpsNotificationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
httpsNotificationConfiguration(HttpsNotificationConfiguration).
httpsNotificationConfiguration - a consumer that will call methods on HttpsNotificationConfiguration.BuilderhttpsNotificationConfiguration(HttpsNotificationConfiguration)NotificationConfiguration.Builder sqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)
The configurations for SQS subscriber notification.
sqsNotificationConfiguration - The configurations for SQS subscriber notification.default NotificationConfiguration.Builder sqsNotificationConfiguration(Consumer<SqsNotificationConfiguration.Builder> sqsNotificationConfiguration)
The configurations for SQS subscriber notification.
This is a convenience method that creates an instance of theSqsNotificationConfiguration.Builder
avoiding the need to create one manually via SqsNotificationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sqsNotificationConfiguration(SqsNotificationConfiguration).
sqsNotificationConfiguration - a consumer that will call methods on SqsNotificationConfiguration.BuildersqsNotificationConfiguration(SqsNotificationConfiguration)Copyright © 2023. All rights reserved.