public static interface AwsMqComponentBuilderFactory.AwsMqComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.mq.MQComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
configuration(org.apache.camel.component.aws.mq.MQConfiguration configuration)
The AWS MQ default configuration.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
region(String region)
The region in which MQ client needs to work.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder configuration(org.apache.camel.component.aws.mq.MQConfiguration configuration)
org.apache.camel.component.aws.mq.MQConfiguration type.
Group: advancedApache Camel