Class RemoveEnginePropertiesLogConfig.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemoveEnginePropertiesLogConfig.Builder
-
- Enclosing class:
- RemoveEnginePropertiesLogConfig
public static class RemoveEnginePropertiesLogConfig.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 RemoveEnginePropertiesLogConfig.BuilderaddCoordinator(java.lang.String coordinator)Adds a new element to coordinator.RemoveEnginePropertiesLogConfig.BuilderaddWorker(java.lang.String worker)Adds a new element to worker.RemoveEnginePropertiesLogConfigbuild()Builds a RemoveEnginePropertiesLogConfig.RemoveEnginePropertiesLogConfig.Buildercoordinator(java.util.List<java.lang.String> coordinator)Set the coordinator.RemoveEnginePropertiesLogConfig.Builderworker(java.util.List<java.lang.String> worker)Set the worker.
-
-
-
Method Detail
-
build
public RemoveEnginePropertiesLogConfig build()
Builds a RemoveEnginePropertiesLogConfig.- Returns:
- the new RemoveEnginePropertiesLogConfig instance
-
addCoordinator
public RemoveEnginePropertiesLogConfig.Builder addCoordinator(java.lang.String coordinator)
Adds a new element to coordinator.- Parameters:
coordinator- the new element to be added- Returns:
- the RemoveEnginePropertiesLogConfig builder
-
addWorker
public RemoveEnginePropertiesLogConfig.Builder addWorker(java.lang.String worker)
Adds a new element to worker.- Parameters:
worker- the new element to be added- Returns:
- the RemoveEnginePropertiesLogConfig builder
-
coordinator
public RemoveEnginePropertiesLogConfig.Builder coordinator(java.util.List<java.lang.String> coordinator)
Set the coordinator. Existing coordinator will be replaced.- Parameters:
coordinator- the coordinator- Returns:
- the RemoveEnginePropertiesLogConfig builder
-
worker
public RemoveEnginePropertiesLogConfig.Builder worker(java.util.List<java.lang.String> worker)
Set the worker. Existing worker will be replaced.- Parameters:
worker- the worker- Returns:
- the RemoveEnginePropertiesLogConfig builder
-
-