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)
boolean type.
Default: true
Group: commondefault ECSEndpointBuilderFactory.ECSEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commondefault ECSEndpointBuilderFactory.ECSEndpointBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder ecsClient(Object ecsClient)
com.amazonaws.services.ecs.AmazonECS
type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder ecsClient(String ecsClient)
com.amazonaws.services.ecs.AmazonECS type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder operation(ECSEndpointBuilderFactory.ECSOperations operation)
org.apache.camel.component.aws.ecs.ECSOperations type.
Required: true
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder operation(String operation)
org.apache.camel.component.aws.ecs.ECSOperations type.
Required: true
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyProtocol(ECSEndpointBuilderFactory.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder proxyProtocol(String proxyProtocol)
com.amazonaws.Protocol
type.
Default: HTTPS
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder region(String region)
java.lang.String type.
Group: producerdefault ECSEndpointBuilderFactory.ECSEndpointBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerApache Camel