Class GetMetastoresOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetMetastoresOptions.Builder
-
- Enclosing class:
- GetMetastoresOptions
public static class GetMetastoresOptions.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMetastoresOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.GetMetastoresOptions
build()
Builds a GetMetastoresOptions.
-
-
-
Method Detail
-
build
public GetMetastoresOptions build()
Builds a GetMetastoresOptions.- Returns:
- the new GetMetastoresOptions instance
-
authInstanceId
public GetMetastoresOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the GetMetastoresOptions builder
-
-