Uses of Interface
software.amazon.awssdk.services.mturk.model.UpdateNotificationSettingsRequest.Builder
-
Packages that use UpdateNotificationSettingsRequest.Builder Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.model -
-
Uses of UpdateNotificationSettingsRequest.Builder in software.amazon.awssdk.services.mturk
Method parameters in software.amazon.awssdk.services.mturk with type arguments of type UpdateNotificationSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateNotificationSettingsResponse>MTurkAsyncClient. updateNotificationSettings(Consumer<UpdateNotificationSettingsRequest.Builder> updateNotificationSettingsRequest)TheUpdateNotificationSettingsoperation creates, updates, disables or re-enables notifications for a HIT type.default UpdateNotificationSettingsResponseMTurkClient. updateNotificationSettings(Consumer<UpdateNotificationSettingsRequest.Builder> updateNotificationSettingsRequest)TheUpdateNotificationSettingsoperation creates, updates, disables or re-enables notifications for a HIT type. -
Uses of UpdateNotificationSettingsRequest.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return UpdateNotificationSettingsRequest.Builder Modifier and Type Method Description UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. active(Boolean active)Specifies whether notifications are sent for HITs of this HIT type, according to the notification specification.static UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest. builder()UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. hitTypeId(String hitTypeId)The ID of the HIT type whose notification specification is being updated.default UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. notification(Consumer<NotificationSpecification.Builder> notification)The notification specification for the HIT type.UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. notification(NotificationSpecification notification)The notification specification for the HIT type.UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateNotificationSettingsRequest.BuilderUpdateNotificationSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type UpdateNotificationSettingsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateNotificationSettingsRequest.Builder>UpdateNotificationSettingsRequest. serializableBuilderClass()
-