CopyableBuilder<UpdateNotificationSettingsRequest.Builder,UpdateNotificationSettingsRequest>
, SdkBuilder<UpdateNotificationSettingsRequest.Builder,UpdateNotificationSettingsRequest>
public static interface UpdateNotificationSettingsRequest.Builder extends CopyableBuilder<UpdateNotificationSettingsRequest.Builder,UpdateNotificationSettingsRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateNotificationSettingsRequest.Builder |
active(Boolean active) |
Specifies whether notifications are sent for HITs of this HIT type, according to the notification
specification.
|
UpdateNotificationSettingsRequest.Builder |
hitTypeId(String hitTypeId) |
The ID of the HIT type whose notification specification is being updated.
|
UpdateNotificationSettingsRequest.Builder |
notification(NotificationSpecification notification) |
The notification specification for the HIT type.
|
copy
apply, build
UpdateNotificationSettingsRequest.Builder hitTypeId(String hitTypeId)
The ID of the HIT type whose notification specification is being updated.
hitTypeId
- The ID of the HIT type whose notification specification is being updated.UpdateNotificationSettingsRequest.Builder notification(NotificationSpecification notification)
The notification specification for the HIT type.
notification
- The notification specification for the HIT type.UpdateNotificationSettingsRequest.Builder active(Boolean active)
Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification. You must specify either the Notification parameter or the Active parameter for the call to UpdateNotificationSettings to succeed.
active
- Specifies whether notifications are sent for HITs of this HIT type, according to the notification
specification. You must specify either the Notification parameter or the Active parameter for the call
to UpdateNotificationSettings to succeed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.