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