public static interface AwsCwComponentBuilderFactory.AwsCwComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.cw.CwComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
amazonCwClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch amazonCwClient)
To use the AmazonCloudWatch as the client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
configuration(org.apache.camel.component.aws.cw.CwConfiguration configuration)
The component configuration.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
name(String name)
The metric name.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the CW client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the CW client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the CW client.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
region(String region)
The region in which CW client needs to work.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
timestamp(Date timestamp)
The metric timestamp.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
unit(String unit)
The metric unit.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
value(Double value)
The metric value.
|
build, build, doSetProperty, registerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder amazonCwClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch amazonCwClient)
com.amazonaws.services.cloudwatch.AmazonCloudWatch type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder configuration(org.apache.camel.component.aws.cw.CwConfiguration configuration)
org.apache.camel.component.aws.cw.CwConfiguration type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder name(String name)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder timestamp(Date timestamp)
java.util.Date type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder unit(String unit)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder value(Double value)
java.lang.Double type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel