public static interface ECS2EndpointBuilderFactory.ECS2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default ECS2EndpointBuilderFactory.AdvancedECS2EndpointBuilder |
advanced() |
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
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 ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
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 ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ecsClient(Object ecsClient)
To use a existing configured AWS ECS as client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ecsClient(String ecsClient)
To use a existing configured AWS ECS as client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
operation(ECS2EndpointBuilderFactory.ECS2Operations operation)
The operation to perform.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
operation(String operation)
The operation to perform.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
proxyProtocol(ECS2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
region(String region)
The region in which ECS client needs to work.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default ECS2EndpointBuilderFactory.AdvancedECS2EndpointBuilder advanced()
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commondefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder ecsClient(Object ecsClient)
software.amazon.awssdk.services.ecs.EcsClient type.
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder ecsClient(String ecsClient)
software.amazon.awssdk.services.ecs.EcsClient type.
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder operation(ECS2EndpointBuilderFactory.ECS2Operations operation)
org.apache.camel.component.aws2.ecs.ECS2Operations type.
Required: true
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder operation(String operation)
org.apache.camel.component.aws2.ecs.ECS2Operations type.
Required: true
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder pojoRequest(boolean pojoRequest)
boolean type.
Default: false
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder pojoRequest(String pojoRequest)
boolean type.
Default: false
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder proxyProtocol(ECS2EndpointBuilderFactory.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder proxyProtocol(String proxyProtocol)
software.amazon.awssdk.core.Protocol type.
Default: HTTPS
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder region(String region)
java.lang.String type.
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
boolean type.
Default: false
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder trustAllCertificates(String trustAllCertificates)
boolean type.
Default: false
Group: producerdefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault ECS2EndpointBuilderFactory.ECS2EndpointBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel