Class GetMetastoreUsersOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetMetastoreUsersOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetMetastoreUsersOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getMetastoreUsers options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetMetastoreUsersOptions.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
lhInstanceId()
Gets the lhInstanceId.java.lang.String
metastoreName()
Gets the metastoreName.GetMetastoreUsersOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetMetastoreUsersOptions.Builder newBuilder()
New builder.- Returns:
- a GetMetastoreUsersOptions builder
-
metastoreName
public java.lang.String metastoreName()
Gets the metastoreName. Metastore name for GET.- Returns:
- the metastoreName
-
lhInstanceId
public java.lang.String lhInstanceId()
Gets the lhInstanceId. Lake House Instance ID.- Returns:
- the lhInstanceId
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-