com.amazonaws.services.elasticmapreduce.model
Class StepDetail

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.StepDetail

public class StepDetail
extends Object


Constructor Summary
StepDetail()
           
 
Method Summary
 StepExecutionStatusDetail getExecutionStatusDetail()
          The description of the execution status.
 StepConfig getStepConfig()
          The step configuration.
 void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          The description of the execution status.
 void setStepConfig(StepConfig stepConfig)
          The step configuration.
 String toString()
           
 StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          The description of the execution status.
 StepDetail withStepConfig(StepConfig stepConfig)
          The step configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepDetail

public StepDetail()
Method Detail

getStepConfig

public StepConfig getStepConfig()
The step configuration.

Returns:
The step configuration.

setStepConfig

public void setStepConfig(StepConfig stepConfig)
The step configuration.

Parameters:
stepConfig - The step configuration.

withStepConfig

public StepDetail withStepConfig(StepConfig stepConfig)
The step configuration.

Returns a reference to this object so that method calls can be chained together.

Parameters:
stepConfig - The step configuration.
Returns:
A reference to this updated object so that method calls can be chained together.

getExecutionStatusDetail

public StepExecutionStatusDetail getExecutionStatusDetail()
The description of the execution status.

Returns:
The description of the execution status.

setExecutionStatusDetail

public void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the execution status.

Parameters:
executionStatusDetail - The description of the execution status.

withExecutionStatusDetail

public StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the execution status.

Returns a reference to this object so that method calls can be chained together.

Parameters:
executionStatusDetail - The description of the execution status.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.