| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static EventDestination.Builder |
EventDestination.builder() |
EventDestination.Builder |
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.
|
default EventDestination.Builder |
EventDestination.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 |
EventDestination.Builder.enabled(Boolean enabled)
Sets whether Amazon SES publishes events to this destination when you send an email with the associated
configuration set.
|
default EventDestination.Builder |
EventDestination.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 |
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 |
EventDestination.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes)
The type of email sending events to publish to the event destination.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypes(EventType... matchingEventTypes)
The type of email sending events to publish to the event destination.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
The type of email sending events to publish to the event destination.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypesWithStrings(String... matchingEventTypes)
The type of email sending events to publish to the event destination.
|
EventDestination.Builder |
EventDestination.Builder.name(String name)
The name of the event destination.
|
default EventDestination.Builder |
EventDestination.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 |
EventDestination.Builder.snsDestination(SNSDestination snsDestination)
An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS)
event destination.
|
EventDestination.Builder |
EventDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventDestination.Builder> |
EventDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object.
|
default CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
An object that describes the Amazon Web Services service that email sending event where information is
published.
|
Copyright © 2023. All rights reserved.