static SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.builder() |
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.clientToken(String clientToken) |
Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick
succession erroneously.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.comment(String comment) |
Free-form text field for providers to add information about their notifications.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.dataSetId(String dataSetId) |
Affected data set of the notification.
|
default SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.details(Consumer<NotificationDetails.Builder> details) |
Extra details specific to this notification type.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.details(NotificationDetails details) |
Extra details specific to this notification type.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.scope(Consumer<ScopeDetails.Builder> scope) |
Affected scope of this notification such as the underlying resources affected by the notification event.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.scope(ScopeDetails scope) |
Affected scope of this notification such as the underlying resources affected by the notification event.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.toBuilder() |
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.type(String type) |
The type of the notification.
|
SendDataSetNotificationRequest.Builder |
SendDataSetNotificationRequest.Builder.type(NotificationType type) |
The type of the notification.
|