| 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 CloudWatch (camel-aws2-cw)
Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
|
| 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.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.amazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient)
To use the AmazonCloudWatch as the client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.aws2Cw()
AWS CloudWatch (camel-aws2-cw)
Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.configuration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration)
The component 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.name(String name)
The metric name.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the CW client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the CW client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the CW client.
|
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.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.timestamp(Instant timestamp)
The metric timestamp.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.unit(String unit)
The metric unit.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the S3 client should expect to load credentials through a
default credentials provider or to expect static credentials to be
passed in.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.value(Double value)
The metric value.
|
Apache Camel