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 |
amazonMqClient(com.amazonaws.services.mq.AmazonMQ amazonMqClient)
To use a existing configured AmazonMQClient as client.
|
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 Component configuration.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
operation(org.apache.camel.component.aws.mq.MQOperations operation)
The operation to perform.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the MQ client.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the MQ client.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the MQ client.
|
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 amazonMqClient(com.amazonaws.services.mq.AmazonMQ amazonMqClient)
com.amazonaws.services.mq.AmazonMQ
type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder configuration(org.apache.camel.component.aws.mq.MQConfiguration configuration)
org.apache.camel.component.aws.mq.MQConfiguration type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder operation(org.apache.camel.component.aws.mq.MQOperations operation)
org.apache.camel.component.aws.mq.MQOperations type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsMqComponentBuilderFactory.AwsMqComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
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: advancedApache Camel