Interface EventSubscription.Builder

    • Method Detail

      • event

        EventSubscription.Builder event​(String event)

        The event for which Amazon Simple Notification Service (SNS) notifications are sent.

        Parameters:
        event - The event for which Amazon Simple Notification Service (SNS) notifications are sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InspectorEvent, InspectorEvent
      • event

        EventSubscription.Builder event​(InspectorEvent event)

        The event for which Amazon Simple Notification Service (SNS) notifications are sent.

        Parameters:
        event - The event for which Amazon Simple Notification Service (SNS) notifications are sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InspectorEvent, InspectorEvent