Container for the parameters to the TerminateJobFlows operation.
Namespace: Amazon.ElasticMapReduce.ModelTerminateJobFlows shuts a list of job flows down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the job flow is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the job flow was created.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class TerminateJobFlowsRequest : AmazonWebServiceRequest
Public Class TerminateJobFlowsRequest _ Inherits AmazonWebServiceRequest
public ref class TerminateJobFlowsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| TerminateJobFlowsRequest()()()() | Initializes a new instance of the TerminateJobFlowsRequest class | |
| 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.) | |
| JobFlowIds |
A list of job flows to be shutdown.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithJobFlowIds(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the JobFlowIds collection
| |
| WithJobFlowIds(array<String>[]()[][]) |
Adds elements to the JobFlowIds collection
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticMapReduce.Model..::..TerminateJobFlowsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticMapReduce.Model..::..TerminateJobFlowsRequest