public static interface AwsMskComponentBuilderFactory.AwsMskComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.msk.MSKComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
configuration(org.apache.camel.component.aws.msk.MSKConfiguration configuration)
The component configuration.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
mskClient(com.amazonaws.services.kafka.AWSKafka mskClient)
To use a existing configured AWS MSK as client.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
operation(org.apache.camel.component.aws.msk.MSKOperations operation)
The operation to perform.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the MSK client.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the MSK client.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the MSK client.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
region(String region)
The region in which MSK client needs to work.
|
default AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder configuration(org.apache.camel.component.aws.msk.MSKConfiguration configuration)
org.apache.camel.component.aws.msk.MSKConfiguration
type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder mskClient(com.amazonaws.services.kafka.AWSKafka mskClient)
com.amazonaws.services.kafka.AWSKafka
type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder operation(org.apache.camel.component.aws.msk.MSKOperations operation)
org.apache.camel.component.aws.msk.MSKOperations type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel