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 |
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 AWS CW default configuration.
|
default AwsCwComponentBuilderFactory.AwsCwComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
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.
|
build, build, doSetProperty, registerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsCwComponentBuilderFactory.AwsCwComponentBuilder configuration(org.apache.camel.component.aws.cw.CwConfiguration configuration)
org.apache.camel.component.aws.cw.CwConfiguration type.
Group: advancedApache Camel