public static interface NotificationConfig.Builder extends SdkPojo, CopyableBuilder<NotificationConfig.Builder,NotificationConfig>
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig.Builder |
notificationArn(String notificationArn)
An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic.
|
NotificationConfig.Builder |
notificationEvents(Collection<NotificationEvent> notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
notificationEvents(NotificationEvent... notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
notificationEventsWithStrings(Collection<String> notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
notificationEventsWithStrings(String... notificationEvents)
The different events for which you can receive notifications.
|
NotificationConfig.Builder |
notificationType(NotificationType notificationType)
The type of notification.
|
NotificationConfig.Builder |
notificationType(String notificationType)
The type of notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationConfig.Builder notificationArn(String notificationArn)
An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run Command pushes notifications about command status changes to this topic.
notificationArn - An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run
Command pushes notifications about command status changes to this topic.NotificationConfig.Builder notificationEventsWithStrings(Collection<String> notificationEvents)
The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
notificationEvents - The different events for which you can receive notifications. To learn more about these events, see
Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web
Services Systems Manager User Guide.NotificationConfig.Builder notificationEventsWithStrings(String... notificationEvents)
The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
notificationEvents - The different events for which you can receive notifications. To learn more about these events, see
Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web
Services Systems Manager User Guide.NotificationConfig.Builder notificationEvents(Collection<NotificationEvent> notificationEvents)
The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
notificationEvents - The different events for which you can receive notifications. To learn more about these events, see
Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web
Services Systems Manager User Guide.NotificationConfig.Builder notificationEvents(NotificationEvent... notificationEvents)
The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
notificationEvents - The different events for which you can receive notifications. To learn more about these events, see
Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web
Services Systems Manager User Guide.NotificationConfig.Builder notificationType(String notificationType)
The type of notification.
Command: Receive notification when the status of a command changes.
Invocation: For commands sent to multiple managed nodes, receive notification on a per-node
basis when the status of a command changes.
notificationType - The type of notification.
Command: Receive notification when the status of a command changes.
Invocation: For commands sent to multiple managed nodes, receive notification on a
per-node basis when the status of a command changes.
NotificationType,
NotificationTypeNotificationConfig.Builder notificationType(NotificationType notificationType)
The type of notification.
Command: Receive notification when the status of a command changes.
Invocation: For commands sent to multiple managed nodes, receive notification on a per-node
basis when the status of a command changes.
notificationType - The type of notification.
Command: Receive notification when the status of a command changes.
Invocation: For commands sent to multiple managed nodes, receive notification on a
per-node basis when the status of a command changes.
NotificationType,
NotificationTypeCopyright © 2022. All rights reserved.