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