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.GenericModel
The createSparkEngineApplication options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSparkEngineApplicationOptions.Builder
Builder.static interface
CreateSparkEngineApplicationOptions.Type
Engine Type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparkApplicationDetails
applicationDetails()
Gets the applicationDetails.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
engineId()
Gets the engineId.java.lang.String
jobEndpoint()
Gets the jobEndpoint.CreateSparkEngineApplicationOptions.Builder
newBuilder()
New builder.java.lang.String
serviceInstanceId()
Gets the serviceInstanceId.java.util.List<java.lang.String>
state()
Gets the state.java.lang.String
type()
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
-
-