Uses of Interface
software.amazon.awssdk.services.ses.model.EventDestination.Builder
Packages that use EventDestination.Builder
-
Uses of EventDestination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return EventDestination.BuilderModifier and TypeMethodDescriptionstatic EventDestination.BuilderEventDestination.builder()default EventDestination.BuilderEventDestination.Builder.cloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination) An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.EventDestination.Builder.cloudWatchDestination(CloudWatchDestination cloudWatchDestination) An object that contains the names, default values, and sources of the dimensions associated with an Amazon CloudWatch event destination.Sets whether Amazon SES publishes events to this destination when you send an email with the associated configuration set.default EventDestination.BuilderEventDestination.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.EventDestination.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.EventDestination.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) The type of email sending events to publish to the event destination.EventDestination.Builder.matchingEventTypes(EventType... matchingEventTypes) The type of email sending events to publish to the event destination.EventDestination.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) The type of email sending events to publish to the event destination.EventDestination.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) The type of email sending events to publish to the event destination.The name of the event destination.default EventDestination.BuilderEventDestination.Builder.snsDestination(Consumer<SNSDestination.Builder> snsDestination) An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.EventDestination.Builder.snsDestination(SNSDestination snsDestination) An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.EventDestination.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type EventDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventDestination.Builder>EventDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type EventDestination.BuilderModifier and TypeMethodDescriptionCreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination) The event destination object.