Class Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder
Enclosing interface:
Etcd3EndpointBuilderFactory

public static class Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder extends Object
The builder of headers' name for the Etcd v3 component.
  • Constructor Details

    • Etcd3HeaderNameBuilder

      public Etcd3HeaderNameBuilder()
  • Method Details

    • etcdAction

      public String etcdAction()
      The action to perform. Supported values: set get delete. The option is a: String type. Group: producer
      Returns:
      the name of the header EtcdAction.
    • etcdPath

      public String etcdPath()
      The target path. The option is a: String type. Group: common
      Returns:
      the name of the header EtcdPath.
    • etcdIsPrefix

      public String etcdIsPrefix()
      To apply an action on all the key-value pairs whose key that starts with the target path. The option is a: Boolean type. Group: producer
      Returns:
      the name of the header EtcdIsPrefix.
    • etcdKeyCharset

      public String etcdKeyCharset()
      The charset to use for the keys. The option is a: String type. Group: producer
      Returns:
      the name of the header EtcdKeyCharset.
    • etcdValueCharset

      public String etcdValueCharset()
      The charset to use for the values. The option is a: String type. Group: producer
      Returns:
      the name of the header EtcdValueCharset.