| 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)
Send metrics to AWS 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.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.amazonCwClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch amazonCwClient)
To use the AmazonCloudWatch as the client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.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 AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.awsCw()
AWS CloudWatch (camel-aws-cw)
Send metrics to AWS CloudWatch.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.configuration(org.apache.camel.component.aws.cw.CwConfiguration configuration)
The component 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.name(String name)
The metric name.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the CW client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the CW client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the CW client.
|
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.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.timestamp(Date timestamp)
The metric timestamp.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.unit(String unit)
The metric unit.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
AwsCwComponentBuilderFactory.AwsCwComponentBuilder.value(Double value)
The metric value.
|
Apache Camel