Class KuduEndpointBuilderFactory.KuduHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.KuduEndpointBuilderFactory.KuduHeaderNameBuilder
Enclosing interface:
KuduEndpointBuilderFactory

public static class KuduEndpointBuilderFactory.KuduHeaderNameBuilder extends Object
The builder of headers' name for the Kudu component.
  • Constructor Details

    • KuduHeaderNameBuilder

      public KuduHeaderNameBuilder()
  • Method Details

    • kuduSchema

      public String kuduSchema()
      The schema. The option is a: org.apache.kudu.Schema type. Group: producer
      Returns:
      the name of the header KuduSchema.
    • kuduTableOptions

      public String kuduTableOptions()
      The create table options. The option is a: org.apache.kudu.client.CreateTableOptions type. Group: producer
      Returns:
      the name of the header KuduTableOptions.