CopyableBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
, SdkBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
public static interface AddJobFlowStepsRequest.Builder extends CopyableBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
Modifier and Type | Method | Description |
---|---|---|
AddJobFlowStepsRequest.Builder |
jobFlowId(String jobFlowId) |
A string that uniquely identifies the job flow.
|
AddJobFlowStepsRequest.Builder |
steps(Collection<StepConfig> steps) |
A list of StepConfig to be executed by the job flow.
|
AddJobFlowStepsRequest.Builder |
steps(StepConfig... steps) |
A list of StepConfig to be executed by the job flow.
|
copy
apply, build
AddJobFlowStepsRequest.Builder jobFlowId(String jobFlowId)
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
jobFlowId
- A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and
can also be obtained from ListClusters.AddJobFlowStepsRequest.Builder steps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow.
steps
- A list of StepConfig to be executed by the job flow.AddJobFlowStepsRequest.Builder steps(StepConfig... steps)
A list of StepConfig to be executed by the job flow.
NOTE: This method appends the values to the existing list (if any). Use
#setSteps(java.util.Collection)
or #withSteps(java.util.Collection)
if you want to override
the existing values.
steps
- A list of StepConfig to be executed by the job flow.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.