Class DeleteSchemaOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DeleteSchemaOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSchemaOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteSchema options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSchemaOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
catalogId()
Gets the catalogId.java.lang.String
engineId()
Gets the engineId.DeleteSchemaOptions.Builder
newBuilder()
New builder.java.lang.String
schemaId()
Gets the schemaId.
-
-
-
Method Detail
-
newBuilder
public DeleteSchemaOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteSchemaOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. Engine name.- Returns:
- the engineId
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. Catalog name.- Returns:
- the catalogId
-
schemaId
public java.lang.String schemaId()
Gets the schemaId. URL encoded Schema name.- Returns:
- the schemaId
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
- the authInstanceId
-
-