static NotificationSpecification.Builder |
NotificationSpecification.builder() |
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.destination(String destination) |
The target for notification messages.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.eventTypes(Collection<EventType> eventTypes) |
The list of events that should cause notifications to be sent.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.eventTypes(EventType... eventTypes) |
The list of events that should cause notifications to be sent.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.eventTypesWithStrings(String... eventTypes) |
The list of events that should cause notifications to be sent.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.eventTypesWithStrings(Collection<String> eventTypes) |
The list of events that should cause notifications to be sent.
|
NotificationSpecification.Builder |
NotificationSpecification.toBuilder() |
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.transport(String transport) |
The method Amazon Mechanical Turk uses to send the notification.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.transport(NotificationTransport transport) |
The method Amazon Mechanical Turk uses to send the notification.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.version(String version) |
The version of the Notification API to use.
|