| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static SnsDestination.Builder |
SnsDestination.builder() |
SnsDestination.Builder |
SnsDestination.toBuilder() |
SnsDestination.Builder |
SnsDestination.Builder.topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnsDestination.Builder> |
SnsDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that defines an Amazon SNS destination for email events.
|
default EventDestination.Builder |
EventDestination.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that defines an Amazon SNS destination for email events.
|
Copyright © 2021. All rights reserved.