Interface EventDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventDestination.Builder,
,EventDestination> SdkBuilder<EventDestination.Builder,
,EventDestination> SdkPojo
- Enclosing class:
EventDestination
-
Method Summary
Modifier and TypeMethodDescriptiondefault EventDestination.Builder
cloudWatchDestination
(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.default EventDestination.Builder
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) The types of events that Amazon Pinpoint sends to the specified event destinations.matchingEventTypes
(EventType... matchingEventTypes) The types of events that Amazon Pinpoint sends to the specified event destinations.matchingEventTypesWithStrings
(String... matchingEventTypes) The types of events that Amazon Pinpoint sends to the specified event destinations.matchingEventTypesWithStrings
(Collection<String> matchingEventTypes) The types of events that Amazon Pinpoint sends to the specified event destinations.A name that identifies the event destination.default EventDestination.Builder
pinpointDestination
(Consumer<PinpointDestination.Builder> pinpointDestination) An object that defines a Amazon Pinpoint destination for email events.pinpointDestination
(PinpointDestination pinpointDestination) An object that defines a Amazon Pinpoint destination for email events.default EventDestination.Builder
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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
A name that identifies the event destination.
- Parameters:
name
- A name that identifies the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
If
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
- Iftrue
, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingEventTypesWithStrings
The types of events that Amazon Pinpoint sends to the specified event destinations.
- Parameters:
matchingEventTypes
- The types of events that Amazon Pinpoint sends to the specified event destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingEventTypesWithStrings
The types of events that Amazon Pinpoint sends to the specified event destinations.
- Parameters:
matchingEventTypes
- The types of events that Amazon Pinpoint sends to the specified event destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingEventTypes
The types of events that Amazon Pinpoint sends to the specified event destinations.
- Parameters:
matchingEventTypes
- The types of events that Amazon Pinpoint sends to the specified event destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingEventTypes
The types of events that Amazon Pinpoint sends to the specified event destinations.
- Parameters:
matchingEventTypes
- The types of events that Amazon Pinpoint sends to the specified event destinations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisFirehoseDestination
EventDestination.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.
-
kinesisFirehoseDestination
default EventDestination.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.Builder
avoiding the need to create one manually viaKinesisFirehoseDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokinesisFirehoseDestination(KinesisFirehoseDestination)
.- Parameters:
kinesisFirehoseDestination
- a consumer that will call methods onKinesisFirehoseDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
cloudWatchDestination
default EventDestination.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.Builder
avoiding the need to create one manually viaCloudWatchDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocloudWatchDestination(CloudWatchDestination)
.- Parameters:
cloudWatchDestination
- a consumer that will call methods onCloudWatchDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
snsDestination
An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification 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 notification when certain email events occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsDestination
An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.
This is a convenience method that creates an instance of theSnsDestination.Builder
avoiding the need to create one manually viaSnsDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosnsDestination(SnsDestination)
.- Parameters:
snsDestination
- a consumer that will call methods onSnsDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pinpointDestination
An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
- Parameters:
pinpointDestination
- An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pinpointDestination
default EventDestination.Builder pinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination) An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
This is a convenience method that creates an instance of thePinpointDestination.Builder
avoiding the need to create one manually viaPinpointDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topinpointDestination(PinpointDestination)
.- Parameters:
pinpointDestination
- a consumer that will call methods onPinpointDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-