Class Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.aws2.sns.Sns2Component>
org.apache.camel.builder.component.dsl.Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.aws2.sns.Sns2Component>
,Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder
- Enclosing interface:
Aws2SnsComponentBuilderFactory
public static class Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.aws2.sns.Sns2Component>
implements Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.aws2.sns.Sns2Component
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder
accessKey, amazonSNSClient, autoCreateTopic, autowiredEnabled, configuration, healthCheckConsumerEnabled, healthCheckProducerEnabled, kmsMasterKeyId, lazyStartProducer, messageDeduplicationIdStrategy, messageGroupIdStrategy, messageStructure, overrideEndpoint, policy, profileCredentialsName, proxyHost, proxyPort, proxyProtocol, queueArn, region, secretKey, serverSideEncryptionEnabled, sessionToken, subject, subscribeSNStoSQS, trustAllCertificates, uriEndpointOverride, useDefaultCredentialsProvider, useProfileCredentialsProvider, useSessionCredentials
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
Aws2SnsComponentBuilderImpl
public Aws2SnsComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.aws2.sns.Sns2Component buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.sns.Sns2Component>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.sns.Sns2Component>
-