static EventDestination.Builder |
EventDestination.builder() |
|
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.cloudWatchDestination(CloudWatchDestination 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(String... 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.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() |
|