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 |
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 AWS CW default configuration.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
region(String region)
The region in which CW client needs to work.
|
default Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder configuration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration)
org.apache.camel.component.aws2.cw.Cw2Configuration
type.
Group: advancedApache Camel