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