public static interface Cw2EndpointBuilderFactory.Cw2EndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Cw2EndpointBuilderFactory.AdvancedCw2EndpointBuilder |
advanced() |
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
amazonCwClient(Object amazonCwClient)
To use the AmazonCloudWatch as the client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
amazonCwClient(String amazonCwClient)
To use the AmazonCloudWatch as the client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
name(String name)
The metric name.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the CW client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the CW client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the CW client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
proxyProtocol(Cw2EndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the CW client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the CW client.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
region(String region)
The region in which EKS client needs to work.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
timestamp(Instant timestamp)
The metric timestamp.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
timestamp(String timestamp)
The metric timestamp.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
trustAllCertificates(String trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
unit(String unit)
The metric unit.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
value(Double value)
The metric value.
|
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder |
value(String value)
The metric value.
|
default Cw2EndpointBuilderFactory.AdvancedCw2EndpointBuilder advanced()
default Cw2EndpointBuilderFactory.Cw2EndpointBuilder amazonCwClient(Object amazonCwClient)
amazonCwClient - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder amazonCwClient(String amazonCwClient)
amazonCwClient - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder name(String name)
name - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder proxyProtocol(Cw2EndpointBuilderFactory.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder proxyProtocol(String proxyProtocol)
proxyProtocol - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder region(String region)
region - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder timestamp(Instant timestamp)
timestamp - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder timestamp(String timestamp)
timestamp - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder trustAllCertificates(String trustAllCertificates)
trustAllCertificates - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder unit(String unit)
unit - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder value(Double value)
value - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder value(String value)
value - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder accessKey(String accessKey)
accessKey - the value to setdefault Cw2EndpointBuilderFactory.Cw2EndpointBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel