Class UpdateMdsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.UpdateMdsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateMdsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateMds options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateMdsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.util.List<JsonPatchOperation>body()Gets the body.java.lang.StringlhInstanceId()Gets the lhInstanceId.UpdateMdsOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateMdsOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateMdsOptions builder
-
body
public java.util.List<JsonPatchOperation> body()
Gets the body. Request body.- Returns:
- the body
-
lhInstanceId
public java.lang.String lhInstanceId()
Gets the lhInstanceId. Unique identifier assigned to a specific watsonx.data instance.- Returns:
- the lhInstanceId
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-