| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
ComponentsBuilderFactory.awsEcs()
AWS ECS (camel-aws-ecs)
Manage AWS ECS cluster instances.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.awsEcs()
AWS ECS (camel-aws-ecs)
Manage AWS ECS cluster instances.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.configuration(org.apache.camel.component.aws.ecs.ECSConfiguration configuration)
The component configuration.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.ecsClient(com.amazonaws.services.ecs.AmazonECS ecsClient)
To use a existing configured AWS ECS as client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.operation(org.apache.camel.component.aws.ecs.ECSOperations operation)
The operation to perform.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.region(String region)
The region in which ECS client needs to work.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel