Uses of Interface
org.apache.camel.builder.endpoint.dsl.Sns2EndpointBuilderFactory.Sns2EndpointBuilder
Packages that use Sns2EndpointBuilderFactory.Sns2EndpointBuilder
-
Uses of Sns2EndpointBuilderFactory.Sns2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Sns2EndpointBuilderFactory.Sns2EndpointBuilderModifier and TypeMethodDescriptionAWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic.AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic. -
Uses of Sns2EndpointBuilderFactory.Sns2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Sns2EndpointBuilderFactory.Sns2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.autoCreateTopic(boolean autoCreateTopic) Setting the autocreation of the topic.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.autoCreateTopic(String autoCreateTopic) Setting the autocreation of the topic.AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic.AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic.Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder.basic()Sns2EndpointBuilderFactory.endpointBuilder(String componentName, String path) Sns2EndpointBuilderFactory.Sns2EndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to map headers to/from Camel.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to map headers to/from Camel.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.kmsMasterKeyId(String kmsMasterKeyId) The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy) Only for FIFO Topic.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.messageGroupIdStrategy(String messageGroupIdStrategy) Only for FIFO Topic.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.messageStructure(String messageStructure) The message structure to use such as json.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.The policy for this topic.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the SNS client.To define a proxy port when instantiating the SNS client.To define a proxy port when instantiating the SNS client.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the SNS client.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the SNS client.The ARN endpoint to subscribe to.The region in which SNS client needs to work.Amazon AWS Secret Key.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled) Define if Server Side Encryption is enabled or not on the topic.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.serverSideEncryptionEnabled(String serverSideEncryptionEnabled) Define if Server Side Encryption is enabled or not on the topic.The subject which is used if the message header 'CamelAwsSnsSubject' is not present.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.subscribeSNStoSQS(boolean subscribeSNStoSQS) Define if the subscription between SNS Topic and SQS must be done or not.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.subscribeSNStoSQS(String subscribeSNStoSQS) Define if the subscription between SNS Topic and SQS must be done or not.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the SNS client should expect to load credentials on an AWS infra instance or to expect static credentials to be passed in.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the SNS client should expect to load credentials on an AWS infra instance or to expect static credentials to be passed in.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the SNS client should expect to load credentials through a profile credentials provider.Sns2EndpointBuilderFactory.Sns2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the SNS client should expect to load credentials through a profile credentials provider.