Uses of Interface
software.amazon.awssdk.services.sesv2.model.EventDestination.Builder
Packages that use EventDestination.Builder
-
Uses of EventDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EventDestination.BuilderModifier and TypeMethodDescriptionstatic EventDestination.BuilderEventDestination.builder()default EventDestination.BuilderEventDestination.Builder.cloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events.EventDestination.Builder.cloudWatchDestination(CloudWatchDestination cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events.Iftrue, the event destination is enabled.default EventDestination.BuilderEventDestination.Builder.eventBridgeDestination(Consumer<EventBridgeDestination.Builder> eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events.EventDestination.Builder.eventBridgeDestination(EventBridgeDestination eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events.default EventDestination.BuilderEventDestination.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events.EventDestination.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events.EventDestination.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) The types of events that Amazon SES sends to the specified event destinations.EventDestination.Builder.matchingEventTypes(EventType... matchingEventTypes) The types of events that Amazon SES sends to the specified event destinations.EventDestination.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) The types of events that Amazon SES sends to the specified event destinations.EventDestination.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) The types of events that Amazon SES sends to the specified event destinations.A name that identifies the event destination.default EventDestination.BuilderEventDestination.Builder.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events.EventDestination.Builder.pinpointDestination(PinpointDestination pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events.default EventDestination.BuilderEventDestination.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) An object that defines an Amazon SNS destination for email events.EventDestination.Builder.snsDestination(SnsDestination snsDestination) An object that defines an Amazon SNS destination for email events.EventDestination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EventDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventDestination.Builder>EventDestination.serializableBuilderClass()