public static interface KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder extends ComponentBuilder<org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent>
| Modifier and Type | Method and Description |
|---|---|
default KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel