Class RemovePrestissimoEnginePropertiesCatalogAdditionalProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemovePrestissimoEnginePropertiesCatalogAdditionalProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemovePrestissimoEnginePropertiesCatalogAdditionalProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelCatalog properties of prestissimo that should be removed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovePrestissimoEnginePropertiesCatalogAdditionalProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>coordinator()Gets the coordinator.RemovePrestissimoEnginePropertiesCatalogAdditionalProperties.BuildernewBuilder()New builder.java.util.List<java.lang.String>worker()Gets the worker.
-
-
-
Method Detail
-
newBuilder
public RemovePrestissimoEnginePropertiesCatalogAdditionalProperties.Builder newBuilder()
New builder.- Returns:
- a RemovePrestissimoEnginePropertiesCatalogAdditionalProperties builder
-
coordinator
public java.util.List<java.lang.String> coordinator()
Gets the coordinator. Catalog coordinator properties of prestissimo that should be removed.- Returns:
- the coordinator
-
worker
public java.util.List<java.lang.String> worker()
Gets the worker. Catalog worker properties of prestissimo that should be removed.- Returns:
- the worker
-
-