Class CustomStoreBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.source.storage.CustomStoreFluent<CustomStoreBuilder>
io.debezium.operator.api.model.source.storage.CustomStoreBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CustomStore>,io.fabric8.kubernetes.api.builder.Visitable<CustomStoreBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomStore,CustomStoreBuilder>
public class CustomStoreBuilder
extends CustomStoreFluent<CustomStoreBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomStore,CustomStoreBuilder>
-
Field Summary
FieldsFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionCustomStoreBuilder(CustomStore instance) CustomStoreBuilder(CustomStoreFluent<?> fluent) CustomStoreBuilder(CustomStoreFluent<?> fluent, CustomStore instance) -
Method Summary
Methods inherited from class io.debezium.operator.api.model.source.storage.CustomStoreFluent
copyInstance, equals, getConfig, getType, hasConfig, hashCode, hasType, toString, withConfig, withTypeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitable
accept, accept, accept, accept, getTarget, getVisitableMap
-
Field Details
-
fluent
CustomStoreFluent<?> fluent
-
-
Constructor Details
-
CustomStoreBuilder
public CustomStoreBuilder() -
CustomStoreBuilder
-
CustomStoreBuilder
-
CustomStoreBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CustomStore>
-