Class OcpKafkaDeployer.Builder
- java.lang.Object
-
- io.debezium.testing.openshift.tools.kafka.OcpKafkaDeployer.Builder
-
- All Implemented Interfaces:
Deployer.Builder<OcpKafkaDeployer>
- Enclosing class:
- OcpKafkaDeployer
public static class OcpKafkaDeployer.Builder extends Object implements Deployer.Builder<OcpKafkaDeployer>
Builder forOcpKafkaDeployer
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OcpKafkaDeployerbuild()OcpKafkaDeployer.BuilderwithHttpClient(okhttp3.OkHttpClient httpClient)OcpKafkaDeployer.BuilderwithOcpClient(io.fabric8.openshift.client.OpenShiftClient ocpClient)OcpKafkaDeployer.BuilderwithProject(String project)OcpKafkaDeployer.BuilderwithYamlPath(String yamlPath)
-
-
-
Method Detail
-
withProject
public OcpKafkaDeployer.Builder withProject(String project)
-
withOcpClient
public OcpKafkaDeployer.Builder withOcpClient(io.fabric8.openshift.client.OpenShiftClient ocpClient)
-
withHttpClient
public OcpKafkaDeployer.Builder withHttpClient(okhttp3.OkHttpClient httpClient)
-
withYamlPath
public OcpKafkaDeployer.Builder withYamlPath(String yamlPath)
-
build
public OcpKafkaDeployer build()
- Specified by:
buildin interfaceDeployer.Builder<OcpKafkaDeployer>
-
-