| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static EventDestinationDefinition.Builder |
EventDestinationDefinition.builder() |
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchDestination(CloudWatchDestination cloudWatchDestination)
An object that defines an Amazon CloudWatch destination for email events.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination)
An object that defines an Amazon CloudWatch destination for email events.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.enabled(Boolean enabled)
If
true, the event destination is enabled. |
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
An object that defines an Amazon Kinesis Data Firehose destination for email events.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that defines an Amazon Kinesis Data Firehose destination for email events.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypes(EventType... matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypesWithStrings(String... matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination)
An object that defines an Amazon Pinpoint project destination for email events.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.pinpointDestination(PinpointDestination pinpointDestination)
An object that defines an Amazon Pinpoint project destination for email events.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that defines an Amazon SNS destination for email events.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventDestinationDefinition.Builder> |
EventDestinationDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
An object that defines the event destination.
|
default UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
An object that defines the event destination.
|
Copyright © 2021. All rights reserved.