Class EnginePropertiesLogConfiguration
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EnginePropertiesLogConfiguration
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EnginePropertiesLogConfiguration extends com.ibm.cloud.sdk.core.service.model.GenericModelLog Configuration settings. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnginePropertiesLogConfiguration.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeDescriptionBodycoordinator()Gets the coordinator.EnginePropertiesLogConfiguration.BuildernewBuilder()New builder.NodeDescriptionBodyworker()Gets the worker. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public EnginePropertiesLogConfiguration.Builder newBuilder()
New builder.- Returns:
 - a EnginePropertiesLogConfiguration builder
 
 
- 
coordinator
public NodeDescriptionBody coordinator()
Gets the coordinator. Coordinator/ worker properties.- Returns:
 - the coordinator
 
 
- 
worker
public NodeDescriptionBody worker()
Gets the worker. Coordinator/ worker properties.- Returns:
 - the worker
 
 
 - 
 
 -