Interface EventSubscription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EventSubscription.Builder,EventSubscription>, SdkBuilder<EventSubscription.Builder,EventSubscription>, SdkPojo
Enclosing class:
EventSubscription

public static interface EventSubscription.Builder extends SdkPojo, CopyableBuilder<EventSubscription.Builder,EventSubscription>
  • Method Details

    • 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:
    • 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:
    • subscribedAt

      EventSubscription.Builder subscribedAt(Instant subscribedAt)

      The time at which SubscribeToEvent is called.

      Parameters:
      subscribedAt - The time at which SubscribeToEvent is called.
      Returns:
      Returns a reference to this object so that method calls can be chained together.