| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
List<StepConfig> |
RunJobFlowRequest.steps()
A list of steps to run.
|
List<StepConfig> |
AddJobFlowStepsRequest.steps()
A list of StepConfig to be executed by the job flow.
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.Builder.steps(StepConfig... steps)
A list of steps to run.
|
AddJobFlowStepsRequest.Builder |
AddJobFlowStepsRequest.Builder.steps(StepConfig... steps)
A list of StepConfig to be executed by the job flow.
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.Builder.steps(Collection<StepConfig> steps)
A list of steps to run.
|
AddJobFlowStepsRequest.Builder |
AddJobFlowStepsRequest.Builder.steps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow.
|
Copyright © 2022. All rights reserved.