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 |
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 |
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 |
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)
software.amazon.awssdk.services.cloudwatch.CloudWatchClient type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder configuration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration)
org.apache.camel.component.aws2.cw.Cw2Configuration
type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder name(String name)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder timestamp(Instant timestamp)
java.time.Instant type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder unit(String unit)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder value(Double value)
java.lang.Double type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel