Class DeleteSparkEngineApplicationsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DeleteSparkEngineApplicationsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSparkEngineApplicationsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteSparkEngineApplications options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSparkEngineApplicationsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
applicationId()
Gets the applicationId.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
engineId()
Gets the engineId.DeleteSparkEngineApplicationsOptions.Builder
newBuilder()
New builder.java.util.List<java.lang.String>
state()
Gets the state.
-
-
-
Method Detail
-
newBuilder
public DeleteSparkEngineApplicationsOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteSparkEngineApplicationsOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. engine id.- Returns:
- the engineId
-
applicationId
public java.lang.String applicationId()
Gets the applicationId. Application id(s) to be stopped, comma separated.- Returns:
- the applicationId
-
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
-
-