Package io.strimzi.api.kafka.model
Interface KafkaConnectorSpecFluent<A extends KafkaConnectorSpecFluent<A>>
-
- All Superinterfaces:
AbstractConnectorSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,SpecFluent<A>
- All Known Subinterfaces:
KafkaConnectorFluent.SpecNested<N>
- All Known Implementing Classes:
KafkaConnectorFluentImpl.SpecNestedImpl,KafkaConnectorSpecBuilder,KafkaConnectorSpecFluentImpl
public interface KafkaConnectorSpecFluent<A extends KafkaConnectorSpecFluent<A>> extends AbstractConnectorSpecFluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()BooleanhasClassName()AwithClassName(String className)AwithNewClassName(byte[] arg1)AwithNewClassName(byte[] arg1, int arg2)AwithNewClassName(byte[] arg1, int arg2, int arg3)AwithNewClassName(byte[] arg1, int arg2, int arg3, int arg4)AwithNewClassName(char[] arg1)AwithNewClassName(char[] arg1, int arg2, int arg3)AwithNewClassName(int[] arg1, int arg2, int arg3)AwithNewClassName(String arg1)AwithNewClassName(StringBuffer arg1)AwithNewClassName(StringBuilder arg1)-
Methods inherited from interface io.strimzi.api.kafka.model.AbstractConnectorSpecFluent
addToConfig, addToConfig, getConfig, getPause, getTasksMax, hasConfig, hasPause, hasTasksMax, removeFromConfig, removeFromConfig, withConfig, withNewPause, withNewPause, withPause, withTasksMax
-
-
-
-
Method Detail
-
getClassName
String getClassName()
-
hasClassName
Boolean hasClassName()
-
withNewClassName
A withNewClassName(StringBuilder arg1)
-
withNewClassName
A withNewClassName(int[] arg1, int arg2, int arg3)
-
withNewClassName
A withNewClassName(char[] arg1)
-
withNewClassName
A withNewClassName(StringBuffer arg1)
-
withNewClassName
A withNewClassName(byte[] arg1, int arg2)
-
withNewClassName
A withNewClassName(byte[] arg1)
-
withNewClassName
A withNewClassName(char[] arg1, int arg2, int arg3)
-
withNewClassName
A withNewClassName(byte[] arg1, int arg2, int arg3)
-
withNewClassName
A withNewClassName(byte[] arg1, int arg2, int arg3, int arg4)
-
-