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