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 |
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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
amazonCwClient - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder configuration(org.apache.camel.component.aws.cw.CwConfiguration configuration)
configuration - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder name(String name)
name - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder region(String region)
region - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder timestamp(Date timestamp)
timestamp - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder unit(String unit)
unit - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder value(Double value)
value - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel