| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static EventDestination.Builder |
EventDestination.builder() |
EventDestination.Builder |
EventDestination.Builder.cloudWatchDestination(CloudWatchDestination cloudWatchDestination)
An object that defines an Amazon CloudWatch destination for email events.
|
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.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(Collection<String> 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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventDestination.Builder> |
EventDestination.serializableBuilderClass() |
Copyright © 2022. All rights reserved.