| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration.Builder |
NotificationConfiguration.builder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.notificationTopicArn(String notificationTopicArn)
The ARN for the Amazon SNS topic to which notifications should be published.
|
NotificationConfiguration.Builder |
NotificationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfiguration.Builder> |
NotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkteamRequest.Builder |
CreateWorkteamRequest.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Configures notification of workers regarding available or expiring work items.
|
default Workteam.Builder |
Workteam.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
default UpdateWorkteamRequest.Builder |
UpdateWorkteamRequest.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
|
Copyright © 2021. All rights reserved.