public static interface LambdaEndpointBuilderFactory.LambdaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder |
advanced() |
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
operation(LambdaEndpointBuilderFactory.LambdaOperations operation)
The operation to perform.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
operation(String operation)
The operation to perform.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
proxyProtocol(LambdaEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the Lambda client.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
region(String region)
Amazon AWS Region.
|
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default LambdaEndpointBuilderFactory.AdvancedLambdaEndpointBuilder advanced()
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
autoDiscoverClient - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder operation(LambdaEndpointBuilderFactory.LambdaOperations operation)
operation - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder operation(String operation)
operation - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder region(String region)
region - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder proxyProtocol(LambdaEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault LambdaEndpointBuilderFactory.LambdaEndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel