Uses of Interface
software.amazon.awssdk.services.sagemaker.model.NotificationConfiguration.Builder
-
Packages that use NotificationConfiguration.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfiguration.BuilderNotificationConfiguration. builder()NotificationConfiguration.BuilderNotificationConfiguration.Builder. notificationTopicArn(String notificationTopicArn)The ARN for the Amazon SNS topic to which notifications should be published.NotificationConfiguration.BuilderNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type NotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends NotificationConfiguration.Builder>NotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NotificationConfiguration.Builder Modifier and Type Method Description default CreateWorkteamRequest.BuilderCreateWorkteamRequest.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)Configures notification of workers regarding available or expiring work items.default UpdateWorkteamRequest.BuilderUpdateWorkteamRequest.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)Configures SNS topic notifications for available or expiring work itemsdefault Workteam.BuilderWorkteam.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)Configures SNS notifications of available or expiring work items for work teams.
-