public static interface EventSubscription.Builder extends CopyableBuilder<EventSubscription.Builder,EventSubscription>
| Modifier and Type | Method and Description |
|---|---|
EventSubscription.Builder |
event(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
EventSubscription.Builder |
event(String event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
EventSubscription.Builder |
subscribedAt(Instant subscribedAt)
The time at which SubscribeToEvent is called.
|
copyapply, buildEventSubscription.Builder event(String event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
event - The event for which Amazon Simple Notification Service (SNS) notifications are sent.InspectorEvent,
InspectorEventEventSubscription.Builder event(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
event - The event for which Amazon Simple Notification Service (SNS) notifications are sent.InspectorEvent,
InspectorEventEventSubscription.Builder subscribedAt(Instant subscribedAt)
The time at which SubscribeToEvent is called.
subscribedAt - The time at which SubscribeToEvent is called.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.