Interface KuduEndpointBuilderFactory.KuduEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- KuduEndpointBuilderFactory
public static interface KuduEndpointBuilderFactory.KuduEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint for the Kudu component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default KuduEndpointBuilderFactory.AdvancedKuduEndpointBuilderadvanced()default KuduEndpointBuilderFactory.KuduEndpointBuilderoperation(String operation)Operation to perform.default KuduEndpointBuilderFactory.KuduEndpointBuilderoperation(org.apache.camel.component.kudu.KuduOperations operation)Operation to perform.
-
-
-
Method Detail
-
advanced
default KuduEndpointBuilderFactory.AdvancedKuduEndpointBuilder advanced()
-
operation
default KuduEndpointBuilderFactory.KuduEndpointBuilder operation(org.apache.camel.component.kudu.KuduOperations operation)
Operation to perform. The option is a: <code>org.apache.camel.component.kudu.KuduOperations</code> type. Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
operation
default KuduEndpointBuilderFactory.KuduEndpointBuilder operation(String operation)
Operation to perform. The option will be converted to a <code>org.apache.camel.component.kudu.KuduOperations</code> type. Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
-