Class SparkApplicationConfig
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkApplicationConfig
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkApplicationConfig extends com.ibm.cloud.sdk.core.service.model.GenericModel
Spark applications details configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SparkApplicationConfig.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparkApplicationConfig.Builder
newBuilder()
New builder.java.lang.String
sparkSampleConfigProperpty()
Gets the sparkSampleConfigProperpty.
-
-
-
Method Detail
-
newBuilder
public SparkApplicationConfig.Builder newBuilder()
New builder.- Returns:
- a SparkApplicationConfig builder
-
sparkSampleConfigProperpty
public java.lang.String sparkSampleConfigProperpty()
Gets the sparkSampleConfigProperpty. spark_sample_config_properpty.- Returns:
- the sparkSampleConfigProperpty
-
-