| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.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 events to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnsDestination.Builder> |
SnsDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDestination.Builder |
EventDestination.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that contains information about an event destination that sends data to Amazon SNS.
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that contains information about an event destination for logging to Amazon SNS.
|
Copyright © 2023. All rights reserved.