Class CreateSparkEngineApplicationOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateSparkEngineApplicationOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSparkEngineApplicationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createSparkEngineApplication options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSparkEngineApplicationOptions.BuilderBuilder.static interfaceCreateSparkEngineApplicationOptions.TypeEngine Type. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparkApplicationDetailsapplicationDetails()Gets the applicationDetails.java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringengineId()Gets the engineId.java.lang.StringjobEndpoint()Gets the jobEndpoint.CreateSparkEngineApplicationOptions.BuildernewBuilder()New builder.java.lang.StringserviceInstanceId()Gets the serviceInstanceId.java.util.List<java.lang.String>state()Gets the state.java.lang.Stringtype()Gets the type.java.util.List<SparkVolumeDetails>volumes()Gets the volumes. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public CreateSparkEngineApplicationOptions.Builder newBuilder()
New builder.- Returns:
 - a CreateSparkEngineApplicationOptions builder
 
 
- 
engineId
public java.lang.String engineId()
Gets the engineId. engine id.- Returns:
 - the engineId
 
 
- 
applicationDetails
public SparkApplicationDetails applicationDetails()
Gets the applicationDetails. Application details.- Returns:
 - the applicationDetails
 
 
- 
jobEndpoint
public java.lang.String jobEndpoint()
Gets the jobEndpoint. Job endpoint.- Returns:
 - the jobEndpoint
 
 
- 
serviceInstanceId
public java.lang.String serviceInstanceId()
Gets the serviceInstanceId. Service Instance ID for POST.- Returns:
 - the serviceInstanceId
 
 
- 
type
public java.lang.String type()
Gets the type. Engine Type.- Returns:
 - the type
 
 
- 
volumes
public java.util.List<SparkVolumeDetails> volumes()
Gets the volumes. Spark application volumes to mount.- Returns:
 - the volumes
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
 - the authInstanceId
 
 
- 
state
public java.util.List<java.lang.String> state()
Gets the state. state.- Returns:
 - the state
 
 
 - 
 
 -