An entity describing an executable that runs on a cluster.

C# |
public class Command

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Command()()()() | Initializes a new instance of the Command class |
![]() | Args |
Gets and sets the property Args.
Arguments for Amazon EMR to pass to the command for execution. |
![]() | Equals(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.) |
![]() | Name |
Gets and sets the property Name.
The name of the command. |
![]() | ScriptPath |
Gets and sets the property ScriptPath.
The Amazon S3 location of the command script. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithArgs(array<String>[]()[][]) | Obsolete.
Sets the Args property
|
![]() | WithArgs(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Args property
|
![]() | WithName(String) | Obsolete.
Sets the Name property
|
![]() | WithScriptPath(String) | Obsolete.
Sets the ScriptPath property
|

Object | |
![]() | Command |