public static interface MQ2EndpointBuilderFactory.MQ2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
amazonMqClient(Object amazonMqClient)
To use a existing configured AmazonMQClient as client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
amazonMqClient(String amazonMqClient)
To use a existing configured AmazonMQClient as client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
operation(MQ2EndpointBuilderFactory.MQ2Operations operation)
The operation to perform.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
operation(String operation)
The operation to perform.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
overrideEndpoint(String overrideEndpoint)
Set the need for overidding the endpoint.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the MQ client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the MQ client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the MQ client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
proxyProtocol(MQ2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the MQ client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the MQ client.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
region(String region)
The region in which MQ client needs to work.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
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.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder |
useDefaultCredentialsProvider(String 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.
|
default MQ2EndpointBuilderFactory.MQ2EndpointBuilder amazonMqClient(Object amazonMqClient)
amazonMqClient - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder amazonMqClient(String amazonMqClient)
amazonMqClient - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder operation(MQ2EndpointBuilderFactory.MQ2Operations operation)
operation - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder operation(String operation)
operation - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder overrideEndpoint(String overrideEndpoint)
overrideEndpoint - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder pojoRequest(String pojoRequest)
pojoRequest - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder proxyProtocol(MQ2EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder region(String region)
region - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault MQ2EndpointBuilderFactory.MQ2EndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel