Class RemoveEnginePropertiesLogConfig
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemoveEnginePropertiesLogConfig
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemoveEnginePropertiesLogConfig extends com.ibm.cloud.sdk.core.service.model.GenericModelRemove engine log configuration properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoveEnginePropertiesLogConfig.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>coordinator()Gets the coordinator.RemoveEnginePropertiesLogConfig.BuildernewBuilder()New builder.java.util.List<java.lang.String>worker()Gets the worker.
-
-
-
Method Detail
-
newBuilder
public RemoveEnginePropertiesLogConfig.Builder newBuilder()
New builder.- Returns:
- a RemoveEnginePropertiesLogConfig builder
-
coordinator
public java.util.List<java.lang.String> coordinator()
Gets the coordinator. The LogConfig properties to be removed.- Returns:
- the coordinator
-
worker
public java.util.List<java.lang.String> worker()
Gets the worker. The LogConfig properties to be removed.- Returns:
- the worker
-
-