Class RemovePrestissimoEnginePropertiesConfiguration.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemovePrestissimoEnginePropertiesConfiguration.Builder
-
- Enclosing class:
- RemovePrestissimoEnginePropertiesConfiguration
public static class RemovePrestissimoEnginePropertiesConfiguration.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemovePrestissimoEnginePropertiesConfiguration.BuilderaddCoordinator(java.lang.String coordinator)Adds a new element to coordinator.RemovePrestissimoEnginePropertiesConfiguration.BuilderaddWorker(java.lang.String worker)Adds a new element to worker.RemovePrestissimoEnginePropertiesConfigurationbuild()Builds a RemovePrestissimoEnginePropertiesConfiguration.RemovePrestissimoEnginePropertiesConfiguration.Buildercoordinator(java.util.List<java.lang.String> coordinator)Set the coordinator.RemovePrestissimoEnginePropertiesConfiguration.Builderworker(java.util.List<java.lang.String> worker)Set the worker.
-
-
-
Method Detail
-
build
public RemovePrestissimoEnginePropertiesConfiguration build()
Builds a RemovePrestissimoEnginePropertiesConfiguration.- Returns:
- the new RemovePrestissimoEnginePropertiesConfiguration instance
-
addCoordinator
public RemovePrestissimoEnginePropertiesConfiguration.Builder addCoordinator(java.lang.String coordinator)
Adds a new element to coordinator.- Parameters:
coordinator- the new element to be added- Returns:
- the RemovePrestissimoEnginePropertiesConfiguration builder
-
addWorker
public RemovePrestissimoEnginePropertiesConfiguration.Builder addWorker(java.lang.String worker)
Adds a new element to worker.- Parameters:
worker- the new element to be added- Returns:
- the RemovePrestissimoEnginePropertiesConfiguration builder
-
coordinator
public RemovePrestissimoEnginePropertiesConfiguration.Builder coordinator(java.util.List<java.lang.String> coordinator)
Set the coordinator. Existing coordinator will be replaced.- Parameters:
coordinator- the coordinator- Returns:
- the RemovePrestissimoEnginePropertiesConfiguration builder
-
worker
public RemovePrestissimoEnginePropertiesConfiguration.Builder worker(java.util.List<java.lang.String> worker)
Set the worker. Existing worker will be replaced.- Parameters:
worker- the worker- Returns:
- the RemovePrestissimoEnginePropertiesConfiguration builder
-
-