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