| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
StaticEndpointBuilders.aws2Ecs(String path)
AWS 2 Elastic Container Service (ECS) (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
static ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
StaticEndpointBuilders.aws2Ecs(String componentName,
String path)
AWS 2 Elastic Container Service (ECS) (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
| Modifier and Type | Method and Description |
|---|---|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2Builders.aws2Ecs(String path)
AWS 2 Elastic Container Service (ECS) (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2Builders.aws2Ecs(String componentName,
String path)
AWS 2 Elastic Container Service (ECS) (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.ecsClient(Object ecsClient)
To use a existing configured AWS ECS as client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.ecsClient(String ecsClient)
To use a existing configured AWS ECS as client.
|
static ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.operation(ECS2EndpointBuilderFactory.ECS2Operations operation)
The operation to perform.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.operation(String operation)
The operation to perform.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.overrideEndpoint(String overrideEndpoint)
Set the need for overidding the endpoint.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.pojoRequest(String pojoRequest)
If we want to use a POJO request as body or not.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.proxyPort(String proxyPort)
To define a proxy port when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.proxyProtocol(ECS2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.region(String region)
The region in which ECS client needs to work.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the ECS client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|
default ECS2EndpointBuilderFactory.ECS2EndpointBuilder |
ECS2EndpointBuilderFactory.ECS2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
Set whether the ECS client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|
Apache Camel