public static interface AddJobFlowStepsRequest.Builder extends EMRRequest.Builder, CopyableBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
Modifier and Type | Method and Description |
---|---|
AddJobFlowStepsRequest.Builder |
jobFlowId(String jobFlowId)
A string that uniquely identifies the job flow.
|
AddJobFlowStepsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig, requestOverrideConfig
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.
steps
- A list of StepConfig to be executed by the job flow.AddJobFlowStepsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.