Class KafkaListenerAuthenticationCustomBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationFluentImpl<A>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomFluentImpl<KafkaListenerAuthenticationCustomBuilder>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaListenerAuthenticationCustom>,io.fabric8.kubernetes.api.builder.Fluent<KafkaListenerAuthenticationCustomBuilder>,io.fabric8.kubernetes.api.builder.Visitable<KafkaListenerAuthenticationCustomBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaListenerAuthenticationCustom,KafkaListenerAuthenticationCustomBuilder>,KafkaListenerAuthenticationCustomFluent<KafkaListenerAuthenticationCustomBuilder>,KafkaListenerAuthenticationFluent<KafkaListenerAuthenticationCustomBuilder>
public class KafkaListenerAuthenticationCustomBuilder extends KafkaListenerAuthenticationCustomFluentImpl<KafkaListenerAuthenticationCustomBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaListenerAuthenticationCustom,KafkaListenerAuthenticationCustomBuilder>
Configures a listener to use custom authentication.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomFluentImpl
KafkaListenerAuthenticationCustomFluentImpl.SecretsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomFluent
KafkaListenerAuthenticationCustomFluent.SecretsNested<N>
-
-
Constructor Summary
Constructors Constructor Description KafkaListenerAuthenticationCustomBuilder()KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustom instance)KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent)KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent, KafkaListenerAuthenticationCustom instance)KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent, KafkaListenerAuthenticationCustom instance, Boolean validationEnabled)KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent, Boolean validationEnabled)KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustom instance, Boolean validationEnabled)KafkaListenerAuthenticationCustomBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaListenerAuthenticationCustombuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustomFluentImpl
addAllToSecrets, addNewSecret, addNewSecretLike, addToListenerConfig, addToListenerConfig, addToSecrets, addToSecrets, buildFirstSecret, buildLastSecret, buildMatchingSecret, buildSecret, buildSecrets, editFirstSecret, editLastSecret, editMatchingSecret, editSecret, getListenerConfig, getSecrets, hasListenerConfig, hasMatchingSecret, hasSasl, hasSecrets, isSasl, removeAllFromSecrets, removeFromListenerConfig, removeFromListenerConfig, removeFromSecrets, removeMatchingFromSecrets, setNewSecretLike, setToSecrets, withListenerConfig, withSasl, withSecrets, withSecrets
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
-
-
-
Constructor Detail
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder()
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(Boolean validationEnabled)
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent)
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent, Boolean validationEnabled)
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent, KafkaListenerAuthenticationCustom instance)
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustomFluent<?> fluent, KafkaListenerAuthenticationCustom instance, Boolean validationEnabled)
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustom instance)
-
KafkaListenerAuthenticationCustomBuilder
public KafkaListenerAuthenticationCustomBuilder(KafkaListenerAuthenticationCustom instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public KafkaListenerAuthenticationCustom build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaListenerAuthenticationCustom>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKafkaListenerAuthenticationCustomFluentImpl<KafkaListenerAuthenticationCustomBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKafkaListenerAuthenticationCustomFluentImpl<KafkaListenerAuthenticationCustomBuilder>
-
-