Interface EventDestinationDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EventDestinationDefinition.Builder,,- EventDestinationDefinition> - SdkBuilder<EventDestinationDefinition.Builder,,- EventDestinationDefinition> - SdkPojo
- Enclosing class:
- EventDestinationDefinition
- 
Method SummaryModifier and TypeMethodDescriptioncloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events.cloudWatchDestination(CloudWatchDestination cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events.Iftrue, the event destination is enabled.eventBridgeDestination(Consumer<EventBridgeDestination.Builder> eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events.eventBridgeDestination(EventBridgeDestination eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events.matchingEventTypes(Collection<EventType> matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.matchingEventTypes(EventType... matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.matchingEventTypesWithStrings(String... matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in thisEventDestinationDefinition.pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events.pinpointDestination(PinpointDestination pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events.snsDestination(Consumer<SnsDestination.Builder> snsDestination) An object that defines an Amazon SNS destination for email events.snsDestination(SnsDestination snsDestination) An object that defines an Amazon SNS destination for email events.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enabledIf true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in thisEventDestinationDefinition.If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.- Parameters:
- enabled- If- true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this- EventDestinationDefinition.- If - false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchingEventTypesWithStringsEventDestinationDefinition.Builder matchingEventTypesWithStrings(Collection<String> matchingEventTypes) An array that specifies which events the Amazon SES API v2 should send to the destinations in this EventDestinationDefinition.- Parameters:
- matchingEventTypes- An array that specifies which events the Amazon SES API v2 should send to the destinations in this- EventDestinationDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchingEventTypesWithStringsAn array that specifies which events the Amazon SES API v2 should send to the destinations in this EventDestinationDefinition.- Parameters:
- matchingEventTypes- An array that specifies which events the Amazon SES API v2 should send to the destinations in this- EventDestinationDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchingEventTypesAn array that specifies which events the Amazon SES API v2 should send to the destinations in this EventDestinationDefinition.- Parameters:
- matchingEventTypes- An array that specifies which events the Amazon SES API v2 should send to the destinations in this- EventDestinationDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
matchingEventTypesAn array that specifies which events the Amazon SES API v2 should send to the destinations in this EventDestinationDefinition.- Parameters:
- matchingEventTypes- An array that specifies which events the Amazon SES API v2 should send to the destinations in this- EventDestinationDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kinesisFirehoseDestinationEventDestinationDefinition.Builder kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift. - Parameters:
- kinesisFirehoseDestination- An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kinesisFirehoseDestinationdefault EventDestinationDefinition.Builder kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift. This is a convenience method that creates an instance of theKinesisFirehoseDestination.Builderavoiding the need to create one manually viaKinesisFirehoseDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokinesisFirehoseDestination(KinesisFirehoseDestination).- Parameters:
- kinesisFirehoseDestination- a consumer that will call methods on- KinesisFirehoseDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cloudWatchDestinationEventDestinationDefinition.Builder cloudWatchDestination(CloudWatchDestination cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics. - Parameters:
- cloudWatchDestination- An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudWatchDestinationdefault EventDestinationDefinition.Builder cloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination) An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics. This is a convenience method that creates an instance of theCloudWatchDestination.Builderavoiding the need to create one manually viaCloudWatchDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchDestination(CloudWatchDestination).- Parameters:
- cloudWatchDestination- a consumer that will call methods on- CloudWatchDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
snsDestinationAn object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notifications when certain email events occur. - Parameters:
- snsDestination- An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notifications when certain email events occur.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
snsDestinationdefault EventDestinationDefinition.Builder snsDestination(Consumer<SnsDestination.Builder> snsDestination) An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notifications when certain email events occur. This is a convenience method that creates an instance of theSnsDestination.Builderavoiding the need to create one manually viaSnsDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnsDestination(SnsDestination).- Parameters:
- snsDestination- a consumer that will call methods on- SnsDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
eventBridgeDestinationEventDestinationDefinition.Builder eventBridgeDestination(EventBridgeDestination eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events. You can use Amazon EventBridge to send notifications when certain email events occur. - Parameters:
- eventBridgeDestination- An object that defines an Amazon EventBridge destination for email events. You can use Amazon EventBridge to send notifications when certain email events occur.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventBridgeDestinationdefault EventDestinationDefinition.Builder eventBridgeDestination(Consumer<EventBridgeDestination.Builder> eventBridgeDestination) An object that defines an Amazon EventBridge destination for email events. You can use Amazon EventBridge to send notifications when certain email events occur. This is a convenience method that creates an instance of theEventBridgeDestination.Builderavoiding the need to create one manually viaEventBridgeDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventBridgeDestination(EventBridgeDestination).- Parameters:
- eventBridgeDestination- a consumer that will call methods on- EventBridgeDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pinpointDestinationAn object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide. - Parameters:
- pinpointDestination- An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pinpointDestinationdefault EventDestinationDefinition.Builder pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination) An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide. This is a convenience method that creates an instance of thePinpointDestination.Builderavoiding the need to create one manually viaPinpointDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topinpointDestination(PinpointDestination).- Parameters:
- pinpointDestination- a consumer that will call methods on- PinpointDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-