default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.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 AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
AwsEcsComponentBuilderFactory.awsEcs() |
AWS Elastic Container Service (ECS) (camel-aws-ecs)
Manage AWS ECS cluster instances.
|
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.
|