| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
ComponentsBuilderFactory.aws2Ecs()
AWS 2 ECS (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.aws2Ecs()
AWS 2 ECS (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.configuration(org.apache.camel.component.aws2.ecs.ECS2Configuration configuration)
Component configuration.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.ecsClient(software.amazon.awssdk.services.ecs.EcsClient ecsClient)
To use a existing configured AWS ECS as client.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.operation(org.apache.camel.component.aws2.ecs.ECS2Operations operation)
The operation to perform.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.region(String region)
The region in which ECS client needs to work.
|
default Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel