Method | Description | |
---|---|---|
AddJobFlowStepsRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
AddJobFlowStepsRequest ( string jobFlowId ) : System |
Instantiates AddJobFlowStepsRequest with the parameterized properties
|
|
AddJobFlowStepsRequest ( string jobFlowId, List |
Instantiates AddJobFlowStepsRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetJobFlowId ( ) : bool | ||
IsSetSteps ( ) : bool |
public AddJobFlowStepsRequest ( string jobFlowId ) : System | ||
jobFlowId | string | A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters. |
return | System |
public AddJobFlowStepsRequest ( string jobFlowId, List |
||
jobFlowId | string | A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters. |
steps | List |
A list of StepConfig to be executed by the job flow. |
return | System |