| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> 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.toBuilder() |
NotificationSpecification.Builder |
NotificationSpecification.Builder.transport(NotificationTransport transport)
The method Amazon Mechanical Turk uses to send the notification.
|
NotificationSpecification.Builder |
NotificationSpecification.Builder.transport(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationSpecification.Builder> |
NotificationSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendTestEventNotificationRequest.Builder |
SendTestEventNotificationRequest.Builder.notification(Consumer<NotificationSpecification.Builder> notification)
The notification specification to test.
|
default UpdateNotificationSettingsRequest.Builder |
UpdateNotificationSettingsRequest.Builder.notification(Consumer<NotificationSpecification.Builder> notification)
The notification specification for the HIT type.
|
Copyright © 2023. All rights reserved.