Interface EventDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventDestination.Builder,EventDestination>,SdkBuilder<EventDestination.Builder,EventDestination>,SdkPojo
- Enclosing class:
- EventDestination
public static interface EventDestination.Builder extends SdkPojo, CopyableBuilder<EventDestination.Builder,EventDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EventDestination.BuildercloudWatchDestination(Consumer<CloudWatchDestination.Builder> cloudWatchDestination)An object that defines an Amazon CloudWatch destination for email events.EventDestination.BuildercloudWatchDestination(CloudWatchDestination cloudWatchDestination)An object that defines an Amazon CloudWatch destination for email events.EventDestination.Builderenabled(Boolean enabled)Iftrue, the event destination is enabled.default EventDestination.BuilderkinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)An object that defines an Amazon Kinesis Data Firehose destination for email events.EventDestination.BuilderkinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)An object that defines an Amazon Kinesis Data Firehose destination for email events.EventDestination.BuildermatchingEventTypes(Collection<EventType> matchingEventTypes)The types of events that Amazon Pinpoint sends to the specified event destinations.EventDestination.BuildermatchingEventTypes(EventType... matchingEventTypes)The types of events that Amazon Pinpoint sends to the specified event destinations.EventDestination.BuildermatchingEventTypesWithStrings(String... matchingEventTypes)The types of events that Amazon Pinpoint sends to the specified event destinations.EventDestination.BuildermatchingEventTypesWithStrings(Collection<String> matchingEventTypes)The types of events that Amazon Pinpoint sends to the specified event destinations.EventDestination.Buildername(String name)A name that identifies the event destination.default EventDestination.BuilderpinpointDestination(Consumer<PinpointDestination.Builder> pinpointDestination)An object that defines a Amazon Pinpoint destination for email events.EventDestination.BuilderpinpointDestination(PinpointDestination pinpointDestination)An object that defines a Amazon Pinpoint destination for email events.default EventDestination.BuildersnsDestination(Consumer<SnsDestination.Builder> snsDestination)An object that defines an Amazon SNS destination for email events.EventDestination.BuildersnsDestination(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
EventDestination.Builder name(String 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
EventDestination.Builder enabled(Boolean 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
EventDestination.Builder matchingEventTypesWithStrings(Collection<String> 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.
-
matchingEventTypesWithStrings
EventDestination.Builder matchingEventTypesWithStrings(String... 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
EventDestination.Builder matchingEventTypes(Collection<EventType> 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
EventDestination.Builder matchingEventTypes(EventType... 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.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 onKinesisFirehoseDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
kinesisFirehoseDestination(KinesisFirehoseDestination)
-
cloudWatchDestination
EventDestination.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.
-
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.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 onCloudWatchDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudWatchDestination(CloudWatchDestination)
-
snsDestination
EventDestination.Builder snsDestination(SnsDestination 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
default EventDestination.Builder snsDestination(Consumer<SnsDestination.Builder> 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.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 onSnsDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
snsDestination(SnsDestination)
-
pinpointDestination
EventDestination.Builder pinpointDestination(PinpointDestination 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.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 onPinpointDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pinpointDestination(PinpointDestination)
-
-