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