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