public static interface SdbEndpointBuilderFactory.SdbEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default SdbEndpointBuilderFactory.AdvancedSdbEndpointBuilder |
advanced() |
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
amazonSDBClient(Object amazonSDBClient)
To use the AmazonSimpleDB as the client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
amazonSDBClient(String amazonSDBClient)
To use the AmazonSimpleDB as the client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
consistentRead(boolean consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
consistentRead(String consistentRead)
Determines whether or not strong consistency should be enforced when
data is read.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
maxNumberOfDomains(Integer maxNumberOfDomains)
The maximum number of domain names you want returned.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
maxNumberOfDomains(String maxNumberOfDomains)
The maximum number of domain names you want returned.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
operation(SdbEndpointBuilderFactory.SdbOperations operation)
Operation to perform.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
operation(String operation)
Operation to perform.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the SDB client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the SDB client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the SDB client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
proxyProtocol(SdbEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the SDB client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the SDB client.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
region(String region)
The region in which SDB client needs to work.
|
default SdbEndpointBuilderFactory.SdbEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default SdbEndpointBuilderFactory.AdvancedSdbEndpointBuilder advanced()
default SdbEndpointBuilderFactory.SdbEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder amazonSDBClient(Object amazonSDBClient)
amazonSDBClient - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder amazonSDBClient(String amazonSDBClient)
amazonSDBClient - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder consistentRead(boolean consistentRead)
consistentRead - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder consistentRead(String consistentRead)
consistentRead - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder maxNumberOfDomains(Integer maxNumberOfDomains)
maxNumberOfDomains - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder maxNumberOfDomains(String maxNumberOfDomains)
maxNumberOfDomains - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder operation(SdbEndpointBuilderFactory.SdbOperations operation)
operation - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder operation(String operation)
operation - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder proxyProtocol(SdbEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder region(String region)
region - the value to setdefault SdbEndpointBuilderFactory.SdbEndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel