Class UpdateSyncCatalogOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.UpdateSyncCatalogOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateSyncCatalogOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateSyncCatalog options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateSyncCatalogOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.util.Map<java.lang.String,java.lang.Object>
body()
Gets the body.java.lang.String
catalogId()
Gets the catalogId.UpdateSyncCatalogOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateSyncCatalogOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateSyncCatalogOptions builder
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. catalog ID.- Returns:
- the catalogId
-
body
public java.util.Map<java.lang.String,java.lang.Object> body()
Gets the body. Request body.- Returns:
- the body
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
- the authInstanceId
-
-