public static interface ECSEndpointBuilderFactory.ECSEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default ECSEndpointBuilderFactory.AdvancedECSEndpointBuilder |
advanced() |
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
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 ECSEndpointBuilderFactory.ECSEndpointBuilder |
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 ECSEndpointBuilderFactory.ECSEndpointBuilder |
ecsClient(Object ecsClient)
To use a existing configured AWS ECS as client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
ecsClient(String ecsClient)
To use a existing configured AWS ECS as client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
operation(ECSEndpointBuilderFactory.ECSOperations operation)
The operation to perform.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
operation(String operation)
The operation to perform.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the ECS client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
proxyProtocol(ECSEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
region(String region)
The region in which ECS client needs to work.
|
default ECSEndpointBuilderFactory.ECSEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default ECSEndpointBuilderFactory.AdvancedECSEndpointBuilder advanced()
default ECSEndpointBuilderFactory.ECSEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
autoDiscoverClient - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder ecsClient(Object ecsClient)
ecsClient - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder ecsClient(String ecsClient)
ecsClient - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder operation(ECSEndpointBuilderFactory.ECSOperations operation)
operation - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder operation(String operation)
operation - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyProtocol(ECSEndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder region(String region)
region - the value to setdefault ECSEndpointBuilderFactory.ECSEndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel