| 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)
The aws-ecs is used for managing Amazon ECS
Category: cloud,management
Since: 3.0
Maven coordinates: org.apache.camel:camel-aws-ecs
|
| 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)
The aws-ecs is used for managing Amazon ECS
Category: cloud,management
Since: 3.0
Maven coordinates: org.apache.camel:camel-aws-ecs
|
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 AWS ECS default configuration.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
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