Package io.strimzi.api.kafka.model
Interface KafkaJmxOptionsFluent<A extends KafkaJmxOptionsFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AbstractKafkaConnectSpecFluent.JmxOptionsNested<N>,KafkaClusterSpecFluent.JmxOptionsNested<N>
- All Known Implementing Classes:
AbstractKafkaConnectSpecFluentImpl.JmxOptionsNestedImpl,KafkaClusterSpecFluentImpl.JmxOptionsNestedImpl,KafkaJmxOptionsBuilder,KafkaJmxOptionsFluentImpl
public interface KafkaJmxOptionsFluent<A extends KafkaJmxOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaJmxOptionsFluent.KafkaJmxAuthenticationPasswordNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description KafkaJmxAuthenticationbuildAuthentication()KafkaJmxAuthenticationgetAuthentication()Deprecated.BooleanhasAuthentication()AwithAuthentication(KafkaJmxAuthentication authentication)AwithKafkaJmxAuthenticationPassword(KafkaJmxAuthenticationPassword kafkaJmxAuthenticationPassword)KafkaJmxOptionsFluent.KafkaJmxAuthenticationPasswordNested<A>withNewKafkaJmxAuthenticationPassword()KafkaJmxOptionsFluent.KafkaJmxAuthenticationPasswordNested<A>withNewKafkaJmxAuthenticationPasswordLike(KafkaJmxAuthenticationPassword item)
-
-
-
Method Detail
-
getAuthentication
@Deprecated KafkaJmxAuthentication getAuthentication()
Deprecated.This method has been deprecated, please use method buildAuthentication instead.- Returns:
- The buildable object.
-
buildAuthentication
KafkaJmxAuthentication buildAuthentication()
-
withAuthentication
A withAuthentication(KafkaJmxAuthentication authentication)
-
hasAuthentication
Boolean hasAuthentication()
-
withKafkaJmxAuthenticationPassword
A withKafkaJmxAuthenticationPassword(KafkaJmxAuthenticationPassword kafkaJmxAuthenticationPassword)
-
withNewKafkaJmxAuthenticationPassword
KafkaJmxOptionsFluent.KafkaJmxAuthenticationPasswordNested<A> withNewKafkaJmxAuthenticationPassword()
-
withNewKafkaJmxAuthenticationPasswordLike
KafkaJmxOptionsFluent.KafkaJmxAuthenticationPasswordNested<A> withNewKafkaJmxAuthenticationPasswordLike(KafkaJmxAuthenticationPassword item)
-
-