static EventDestination.Builder |
EventDestination.builder() |
|
default EventDestination.Builder |
EventDestination.Builder.cloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination) |
An object that defines an Amazon CloudWatch destination for email events.
|
EventDestination.Builder |
EventDestination.Builder.cloudWatchDestination(CloudWatchDestination cloudWatchDestination) |
An object that defines an Amazon CloudWatch destination for email events.
|
EventDestination.Builder |
EventDestination.Builder.enabled(Boolean enabled) |
If true, the event destination is enabled.
|
default EventDestination.Builder |
EventDestination.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) |
An object that defines an Amazon Kinesis Data Firehose destination for email events.
|
EventDestination.Builder |
EventDestination.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
An object that defines an Amazon Kinesis Data Firehose destination for email events.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) |
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypes(EventType... matchingEventTypes) |
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) |
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) |
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination.Builder |
EventDestination.Builder.name(String name) |
A name that identifies the event destination.
|
default EventDestination.Builder |
EventDestination.Builder.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination) |
An object that defines a Amazon Pinpoint destination for email events.
|
EventDestination.Builder |
EventDestination.Builder.pinpointDestination(PinpointDestination pinpointDestination) |
An object that defines a Amazon Pinpoint destination for email events.
|
default EventDestination.Builder |
EventDestination.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) |
An object that defines an Amazon SNS destination for email events.
|
EventDestination.Builder |
EventDestination.Builder.snsDestination(SnsDestination snsDestination) |
An object that defines an Amazon SNS destination for email events.
|
EventDestination.Builder |
EventDestination.toBuilder() |
|