CopyableBuilder<SendTestEventNotificationRequest.Builder,SendTestEventNotificationRequest>, SdkBuilder<SendTestEventNotificationRequest.Builder,SendTestEventNotificationRequest>public static interface SendTestEventNotificationRequest.Builder extends CopyableBuilder<SendTestEventNotificationRequest.Builder,SendTestEventNotificationRequest>
| Modifier and Type | Method | Description |
|---|---|---|
SendTestEventNotificationRequest.Builder |
notification(NotificationSpecification notification) |
The notification specification to test.
|
SendTestEventNotificationRequest.Builder |
testEventType(String testEventType) |
The event to simulate to test the notification specification.
|
SendTestEventNotificationRequest.Builder |
testEventType(EventType testEventType) |
The event to simulate to test the notification specification.
|
copyapply, buildSendTestEventNotificationRequest.Builder notification(NotificationSpecification notification)
The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.
notification - The notification specification to test. This value is identical to the value you would provide to the
UpdateNotificationSettings operation when you establish the notification specification for a HIT type.SendTestEventNotificationRequest.Builder testEventType(String testEventType)
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
testEventType - The event to simulate to test the notification specification. This event is included in the test
message even if the notification specification does not include the event type. The notification
specification does not filter out the test event.EventTypeSendTestEventNotificationRequest.Builder testEventType(EventType testEventType)
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
testEventType - The event to simulate to test the notification specification. This event is included in the test
message even if the notification specification does not include the event type. The notification
specification does not filter out the test event.EventTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.