CopyableBuilder<EventSubscription.Builder,EventSubscription>
, SdkBuilder<EventSubscription.Builder,EventSubscription>
public static interface EventSubscription.Builder extends CopyableBuilder<EventSubscription.Builder,EventSubscription>
Modifier and Type | Method | Description |
---|---|---|
EventSubscription.Builder |
event(String event) |
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
EventSubscription.Builder |
event(InspectorEvent event) |
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
|
EventSubscription.Builder |
subscribedAt(Date subscribedAt) |
The time at which SubscribeToEvent is called.
|
copy
apply, build
EventSubscription.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
EventSubscription.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
EventSubscription.Builder subscribedAt(Date 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.