AWS SDK for .NET Documentation
Step Class
AmazonAmazon.ElasticMapReduce.ModelStep Did this page help you?   Yes   No    Tell us about it...
This represents a step in a cluster.
Declaration Syntax
C#
public class Step
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Step()()()()
Initializes a new instance of the Step class

ActionOnFailure
Gets and sets the property ActionOnFailure.

This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.


Config
Gets and sets the property Config.

The Hadoop job configuration of the cluster step.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the property Id.

The identifier of the cluster step.


Name
Gets and sets the property Name.

The name of the cluster step.


Status
Gets and sets the property Status.

The current execution status details of the cluster step.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithActionOnFailure(String) Obsolete.
Sets the ActionOnFailure property

WithConfig(HadoopStepConfig) Obsolete.
Sets the Config property

WithId(String) Obsolete.
Sets the Id property

WithName(String) Obsolete.
Sets the Name property

WithStatus(StepStatus) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
Step

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)