public static interface Sns2EndpointBuilderFactory.Sns2Builders
| Modifier and Type | Method and Description |
|---|---|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
aws2Sns(String path)
AWS Simple Notification System (SNS) (camel-aws2-sns)
Send messages to an AWS Simple Notification Topic using AWS SDK
version 2.x.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder |
aws2Sns(String componentName,
String path)
AWS Simple Notification System (SNS) (camel-aws2-sns)
Send messages to an AWS Simple Notification Topic using AWS SDK
version 2.x.
|
default Sns2EndpointBuilderFactory.Sns2EndpointBuilder aws2Sns(String path)
aws2-sns:topicNameOrArn
Path parameter: topicNameOrArn (required)
Topic name or ARNpath - topicNameOrArndefault Sns2EndpointBuilderFactory.Sns2EndpointBuilder aws2Sns(String componentName, String path)
aws2-sns:topicNameOrArn
Path parameter: topicNameOrArn (required)
Topic name or ARNcomponentName - to use a custom component name for the endpoint
instead of the default namepath - topicNameOrArnApache Camel