Class SparkApplicationDetails
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkApplicationDetails
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkApplicationDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelApplication details. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSparkApplicationDetails.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapplication()Gets the application.java.util.List<java.lang.String>arguments()Gets the arguments.SparkApplicationConfigconf()Gets the conf.SparkApplicationEnvenv()Gets the env.java.lang.Stringfiles()Gets the files.java.lang.Stringjars()Gets the jars.java.lang.Stringname()Gets the name.SparkApplicationDetails.BuildernewBuilder()New builder.java.lang.Stringpackages()Gets the packages.java.lang.Stringrepositories()Gets the repositories.SparkApplicationDetailsRuntimeruntime()Gets the runtime.java.lang.StringsparkVersion()Gets the sparkVersion.java.lang.StringxClass()Gets the xClass. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public SparkApplicationDetails.Builder newBuilder()
New builder.- Returns:
 - a SparkApplicationDetails builder
 
 
- 
application
public java.lang.String application()
Gets the application. Application.- Returns:
 - the application
 
 
- 
arguments
public java.util.List<java.lang.String> arguments()
Gets the arguments. List of arguments.- Returns:
 - the arguments
 
 
- 
xClass
public java.lang.String xClass()
Gets the xClass. Class.- Returns:
 - the xClass
 
 
- 
conf
public SparkApplicationConfig conf()
Gets the conf. Spark applications details configuration.- Returns:
 - the conf
 
 
- 
env
public SparkApplicationEnv env()
Gets the env. Spark applications details env samples.- Returns:
 - the env
 
 
- 
files
public java.lang.String files()
Gets the files. Files.- Returns:
 - the files
 
 
- 
jars
public java.lang.String jars()
Gets the jars. Jars.- Returns:
 - the jars
 
 
- 
name
public java.lang.String name()
Gets the name. Display name of the spark application.- Returns:
 - the name
 
 
- 
packages
public java.lang.String packages()
Gets the packages. Packages.- Returns:
 - the packages
 
 
- 
repositories
public java.lang.String repositories()
Gets the repositories. Repositories.- Returns:
 - the repositories
 
 
- 
sparkVersion
public java.lang.String sparkVersion()
Gets the sparkVersion. Spark Version.- Returns:
 - the sparkVersion
 
 
- 
runtime
public SparkApplicationDetailsRuntime runtime()
Gets the runtime. application run time.- Returns:
 - the runtime
 
 
 - 
 
 -