Class RemoveEnginePropertiesConfiguration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RemoveEnginePropertiesConfiguration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemoveEnginePropertiesConfiguration extends com.ibm.cloud.sdk.core.service.model.GenericModel
remove engine properties configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoveEnginePropertiesConfiguration.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
coordinator()
Gets the coordinator.RemoveEnginePropertiesConfiguration.Builder
newBuilder()
New builder.java.util.List<java.lang.String>
worker()
Gets the worker.
-
-
-
Method Detail
-
newBuilder
public RemoveEnginePropertiesConfiguration.Builder newBuilder()
New builder.- Returns:
- a RemoveEnginePropertiesConfiguration builder
-
coordinator
public java.util.List<java.lang.String> coordinator()
Gets the coordinator. description for coordinator property.- Returns:
- the coordinator
-
worker
public java.util.List<java.lang.String> worker()
Gets the worker. description for worker property.- Returns:
- the worker
-
-