| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
ComponentsBuilderFactory.awsCw()
AWS CloudWatch (camel-aws-cw)
The aws-cw component is used for sending metrics to an Amazon CloudWatch.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsCwComponentBuilderFactory.AwsCwComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.awsCw()
AWS CloudWatch (camel-aws-cw)
The aws-cw component is used for sending metrics to an Amazon CloudWatch.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.configuration(org.apache.camel.component.aws.cw.CwConfiguration configuration)
The AWS CW default configuration.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.region(String region)
The region in which CW client needs to work.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel