public static interface Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.cw.Cw2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
amazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient)
To use the AmazonCloudWatch as the client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
configuration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration)
The component configuration.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
name(String name)
The metric name.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the CW client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the CW client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the CW client.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
region(String region)
The region in which EKS client needs to work.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
timestamp(Instant timestamp)
The metric timestamp.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
unit(String unit)
The metric unit.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
value(Double value)
The metric value.
|
build, build, doSetProperty, registerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder amazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient)
amazonCwClient - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder configuration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration)
configuration - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder name(String name)
name - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder region(String region)
region - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder timestamp(Instant timestamp)
timestamp - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder unit(String unit)
unit - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder value(Double value)
value - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel