Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StepDetail> |
JobFlowDetail.steps
A list of steps run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
StepDetail |
StepDetail.clone() |
StepDetail |
StepDetail.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
|
StepDetail |
StepDetail.withStepConfig(StepConfig stepConfig)
The step configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StepDetail> |
JobFlowDetail.getSteps()
A list of steps run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
JobFlowDetail |
JobFlowDetail.withSteps(StepDetail... steps)
A list of steps run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowDetail.setSteps(java.util.Collection<StepDetail> steps)
A list of steps run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withSteps(java.util.Collection<StepDetail> steps)
A list of steps run by the job flow.
|
Modifier and Type | Method and Description |
---|---|
StepDetail |
StepDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepDetailJsonMarshaller.marshall(StepDetail stepDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|