Interface NotificationConfig.Builder

    • Method Detail

      • notificationArn

        NotificationConfig.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationType

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NotificationType, NotificationType
      • notificationType

        NotificationConfig.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NotificationType, NotificationType