default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.amazonMqClient(software.amazon.awssdk.services.mq.MqClient amazonMqClient) |
To use a existing configured AmazonMQClient as client.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.aws2Mq() |
AWS MQ (camel-aws2-mq)
Manage AWS MQ instances using AWS SDK version 2.x.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.configuration(org.apache.camel.component.aws2.mq.MQ2Configuration configuration) |
Component configuration.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.operation(org.apache.camel.component.aws2.mq.MQ2Operations operation) |
The operation to perform.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.overrideEndpoint(boolean overrideEndpoint) |
Set the need for overidding the endpoint.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.pojoRequest(boolean pojoRequest) |
If we want to use a POJO request as body or not.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the MQ client.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the MQ client.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the MQ client.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.region(String region) |
The region in which MQ client needs to work.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.trustAllCertificates(boolean trustAllCertificates) |
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.uriEndpointOverride(String uriEndpointOverride) |
Set the overriding uri endpoint.
|
default Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) |
Set whether the MQ client should expect to load credentials through a
default credentials provider or to expect static credentials to be
passed in.
|