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 |
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 AwsMskComponentBuilderFactory.AwsMskComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder configuration(org.apache.camel.component.aws.msk.MSKConfiguration configuration)
configuration - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder mskClient(com.amazonaws.services.kafka.AWSKafka mskClient)
mskClient - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder operation(org.apache.camel.component.aws.msk.MSKOperations operation)
operation - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder region(String region)
region - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault AwsMskComponentBuilderFactory.AwsMskComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel