com.amazonaws.services.elasticmapreduce.model
Class StepDetail

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

public class StepDetail
extends Object

Step Detail


Constructor Summary
StepDetail()
           
 
Method Summary
 StepExecutionStatusDetail getExecutionStatusDetail()
          Returns the value of the ExecutionStatusDetail property for this object.
 StepConfig getStepConfig()
          Returns the value of the StepConfig property for this object.
 void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 void setStepConfig(StepConfig stepConfig)
          Sets the value of the StepConfig property for this object.
 StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 StepDetail withStepConfig(StepConfig stepConfig)
          Sets the value of the StepConfig property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepDetail

public StepDetail()
Method Detail

getStepConfig

public StepConfig getStepConfig()
Returns the value of the StepConfig property for this object.

Returns:
The value of the StepConfig property for this object.

setStepConfig

public void setStepConfig(StepConfig stepConfig)
Sets the value of the StepConfig property for this object.

Parameters:
stepConfig - The new value for the StepConfig property for this object.

withStepConfig

public StepDetail withStepConfig(StepConfig stepConfig)
Sets the value of the StepConfig property for this object.

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

Parameters:
stepConfig - The new value for the StepConfig property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getExecutionStatusDetail

public StepExecutionStatusDetail getExecutionStatusDetail()
Returns the value of the ExecutionStatusDetail property for this object.

Returns:
The value of the ExecutionStatusDetail property for this object.

setExecutionStatusDetail

public void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Sets the value of the ExecutionStatusDetail property for this object.

Parameters:
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.

withExecutionStatusDetail

public StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
Sets the value of the ExecutionStatusDetail property for this object.

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

Parameters:
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


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